REST Routes & Http Verbs #2379
-
Hi, I need to use PostREST for a CRUD on my postgres db. For example I have a table "users" and I need to have an api interface like below: GET /users Please can I know if it is possible? Thank you and regards, |
Beta Was this translation helpful? Give feedback.
Answered by
laurenceisla
Jul 19, 2022
Replies: 1 comment 1 reply
-
Hi, right now it's not possible to modify the url, you'll need your web server to do that. There's an example in the docs using Nginx: https://postgrest.org/en/latest/admin.html#alternate-url-structure |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wolfgangwalther
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, right now it's not possible to modify the url, you'll need your web server to do that. There's an example in the docs using Nginx: https://postgrest.org/en/latest/admin.html#alternate-url-structure