You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET http://127.0.0.1:1323/
{"message":"name: Name cant be empty, name needs to be between 2 and 10 characters"}
GET http://127.0.0.1:1323/?name=A
{"message":"name: name needs to be between 2 and 10 characters"}
GET http://127.0.0.1:1323/?name=ABC
Hi ABC
Can I use this with Echo?
The text was updated successfully, but these errors were encountered: