How to reach your own endpoints
Reaching endpoints in your editor sessoin
Endpoints in your editor session are exposed at https://<your-project-name>.midio.dev:<your-port>/<your routes>. The port can vary between projects and potentially be changed when you’ve been away for a while. You can see your the port when you hover the globe icon on your HTTP Endpoint
node, or in the services panel if you select HTTP server.

Reaching endpoints in your deployed app
The URL to reach your deployed apps can be found in the deployments panel.

Making requests to Midio from Midio
You can use the HTTP Fetch
node to make requests to your running Midio sessions like you would any other service. This can be very useful for testing your endpoints directly from Midio.

Last updated
Was this helpful?