Tagged Questions

0
votes
2answers
23 views
+200

Moving the :format attribute in routing from the end to beginning of route

In my application, I am trying to get my API to mimic GitHub's in how it has the (.:format) in the beginning of the route rather than appending it optionally at the end. Here is my code that is …