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
router.on "/users"do
get "/:id", Endpoint::User::Get
post "/", Endpoint::User::Createend
router.draw do
on "/users"do
get "/:id", Endpoint::User::Get
post "/", Endpoint::User::Createendend
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE: `Router#new` now yields self as an argument
BREAKING CHANGE: Removed `Router#draw` in favor of new `#on` overload with namespace
Closes#71
BREAKING CHANGE: `Router#new` now yields self as an argument
BREAKING CHANGE: Removed `Router#draw` in favor of new `#on` overload with namespace
Closes#71
The text was updated successfully, but these errors were encountered: