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
Hitting the root of an API is supposed to redirect you to the API Dashboard, but this fails when using the built-in Webserver in CF8 and CF9. The problem has to do with trailing slashes on the URL. Line 36 of API.cfc says:
This problem doesn't occur for me when I'm hitting the api through Apache - only when using the built in server. I discovered this while trying to run the unit tests.