Skip to content
Snippets Groups Projects
Commit ebf50ac1 authored by Duncan Macleod's avatar Duncan Macleod Committed by Duncan Macleod
Browse files

api.v1: don't presume int or float in URLs

since `float` doesn't also catch `int` we don't want to encode every possible permutation (not that many, but the principle stands), just use `string` (default) and handle it later
parent 5d197789
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment