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
Hi. The url that returns the api is in an incorrect format. Separators directories are \ and not /.
When you tried to throw the same url with curl, it returns a generic error : CURLE_URL_MALFORMAT
Hi. The url that returns the api is in an incorrect format. Separators directories are \ and not /.
When you tried to throw the same url with curl, it returns a generic error : CURLE_URL_MALFORMAT
It would have to be:
http://127.0.0.1:3000/api/apps/?
Thanks
The text was updated successfully, but these errors were encountered: