Routes match in priority from top to bottom
| Helper | HTTP Verb | Path | Controller#Action |
|---|---|---|---|
| Path / Url | |||
| GET | /v1(/:action(.:format)) | v1#:action | |
| POST | /v1(/:action(.:format)) | v1#:action | |
| GET | /v2(/:action(.:format)) | v2#:action | |
| POST | /v2(/:action(.:format)) | v2#:action | |
| GET | /v1_bench(/:action(.:format)) | v1_bench#:action | |
| POST | /v1_bench(/:action(.:format)) | v1_bench#:action | |
| GET | /v2_bench(/:action(.:format)) | v2_bench#:action | |
| POST | /v2_bench(/:action(.:format)) | v2_bench#:action | |
| gus_update_path | GET | /gus/update(.:format) | gus#update |
| POST | /gus/update(.:format) | gus#update |