|
@@ -2,10 +2,11 @@
|
|
|
|
|
|
module HelloWorld
|
|
module HelloWorld
|
|
class Routes < Hanami::Routes
|
|
class Routes < Hanami::Routes
|
|
- get "/db", to: "db.index"
|
|
|
|
get "/json", to: "json.index"
|
|
get "/json", to: "json.index"
|
|
|
|
+ get "/db", to: "db.index"
|
|
|
|
+ get "/queries", to: "queries.index"
|
|
|
|
+ get "/fortunes", to: "fortunes.index"
|
|
get "/updates", to: "updates.index"
|
|
get "/updates", to: "updates.index"
|
|
get "/plaintext", to: "plaintext.index"
|
|
get "/plaintext", to: "plaintext.index"
|
|
- get "/queries", to: "queries.index"
|
|
|
|
end
|
|
end
|
|
end
|
|
end
|