Skip to content

Commit 8a2805f

Browse files
authored
Fix syntax error in Hanami routes
This was introduced by accident in 7ea2f0b.
1 parent c648adb commit 8a2805f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/hanami/config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ class Routes < Hanami::Routes
66

77
get "/user/:id", to: "user.get"
88

9-
post "/user", to "index.empty"
9+
post "/user", to: "index.empty"
1010
end
1111
end

0 commit comments

Comments
 (0)