We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c648adb commit 8a2805fCopy full SHA for 8a2805f
ruby/hanami/config/routes.rb
@@ -6,6 +6,6 @@ class Routes < Hanami::Routes
6
7
get "/user/:id", to: "user.get"
8
9
- post "/user", to "index.empty"
+ post "/user", to: "index.empty"
10
end
11
0 commit comments