update form

This commit is contained in:
2025-09-15 22:28:59 -03:00
parent 6f983fe0ac
commit 207231cff6
6 changed files with 314 additions and 83 deletions

View File

@@ -1,3 +1,4 @@
export const OK = 200
export const FOUND = 302
export const BAD_REQUEST = 400
export const INTERNAL_SERVER = 500