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
GET /v1/hello yields the 404 API Version Not Found txt response. Changing version :v1 to version 'v1' fixes the issue.
This is obviously not a big issue, but it did catch me out for a while and it is inconsistent with the other methods (resource for example is happy to take symbols).
The text was updated successfully, but these errors were encountered:
When I specify the version as a symbol, Grape doesn't ever seem to detect the right version.
I'm on the latest master commit 371921f.
To reproduce:
GET /v1/hello
yields the404 API Version Not Found
txt response. Changingversion :v1
toversion 'v1'
fixes the issue.This is obviously not a big issue, but it did catch me out for a while and it is inconsistent with the other methods (
resource
for example is happy to take symbols).The text was updated successfully, but these errors were encountered: