1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 18:07:01 +00:00
This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-01-06 18:49:11 +02:00
parent d8dde0b958
commit 48577b7ff1
8 changed files with 11 additions and 11 deletions

View File

@@ -176,7 +176,7 @@ func main() {
// | {param:email} |
// +------------------------+
// Email + mx look uppath parameter validation.
// Note that, you can also use the simplier ":mail" to accept any domain email.
// Note that, you can also use the simpler ":mail" to accept any domain email.
// http://localhost:8080/user/email/kataras2006@hotmail.com -> OK
// http://localhost:8080/user/email/b-c@ -> NOT FOUND