App API
After setting up your server, the next thing is to make sure your apps are set to use your server for making requests.
The api your apps should be connecting to is going to be
https://YOUR_SERVER_URL/api
As you can see in the project, the apps api is
Last updated