-
Notifications
You must be signed in to change notification settings - Fork 0
Redirect
CONGRATULATIONS!
You discovered a not so secret endpoint of our API and/or a not so secret page of our documentation.
This page is set to be the default redirect when you access the root endpoint of the API. That means that if you go to
/
you get here!.The endpoint is:
<path>:<port>/
Example:
localhost:3000
orlocalhost:3000/
If you have come from the deployed api the endpoint was:
https://lug-movie-club.herokuapp.com
orhttps://lug-movie-club.herokuapp.com/
You also can get here if you put some endpoint wrongly, like (
/user
instead of/users
).
To see the instalation of the api check the README.
To use the deployed API, the base endpoint is https://lug-movie-club.herokuapp.com
. When you see <path>:<port>
on the documentation just think of it at the base endpoint.
To know how each endpoint works, its responses and behaviors and who can access each of them check this documentation, you can navigate through the Sidebar or with this table of contents below.
I personally recommend you to take a look at the Gettin Started
before start using the endpoints.
🏁 Gettin Started
🚩 Endpoints