itexpertnow
New Pleskian
- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- 18.0.53
Hi,
I want to build an api on my website, I created python venv and installed flask with a simple script.
The application is running, I can access it locally but I don't know how to access it through the internet? also I am not sure if I am using nginx or apache, I think nginx. please help:
curl http://localhost:5000/v1/hello
{
"message": "Hello, World!"
}
I want to build an api on my website, I created python venv and installed flask with a simple script.
The application is running, I can access it locally but I don't know how to access it through the internet? also I am not sure if I am using nginx or apache, I think nginx. please help:
curl http://localhost:5000/v1/hello
{
"message": "Hello, World!"
}