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
If we change "fibonacci" below to any string containing 3 letters (such as "fib"), you get 404 when accessing the endpoint. It works for strings of other sizes (1,2,4, etc.).
typeAPI="fibonacci":>Capture"n"Int:>Get '[JSON] Value
The text was updated successfully, but these errors were encountered:
If we change
"fibonacci"
below to any string containing 3 letters (such as"fib"
), you get 404 when accessing the endpoint. It works for strings of other sizes (1,2,4, etc.).The text was updated successfully, but these errors were encountered: