hello, I’m a student in development.
I’m trying to learn the benefits of fly.io and I’ve started a db on a flyApp and I’ve tried to make a simple API call with postman on it.
GET postgres://user:password@hostname:5432
Error: Invalid protocol: postgres:
You wouldn’t do a GET request directly to the database, you’d do a GET request to your app you created, which would query the database and return results