mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 13:05:56 +00:00
Update README.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user