mirror of
https://github.com/kataras/iris.git
synced 2025-02-09 02:34:55 +01:00
Update README.
This commit is contained in:
parent
64a2c7581a
commit
a563b37ba1
|
@ -105,7 +105,7 @@ func main(){
|
||||||
|
|
||||||
// http://localhost:6111/users/42
|
// http://localhost:6111/users/42
|
||||||
// Method: "GET"
|
// Method: "GET"
|
||||||
userAPI.Get("/:userid", getByIDHandler)
|
userAPI.Get("/:id", getByIDHandler)
|
||||||
|
|
||||||
// http://localhost:6111/users
|
// http://localhost:6111/users
|
||||||
// Method: "POST"
|
// Method: "POST"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user