I'm listing all the api routes in this boilerplate are available.

Copy
# These are app routes GET /todos — list all the todo tasks of the user POST /todos - add user todo PUT /todos — update user todo DELETE /todos — delete user todo # These are user profile routes GET /user/profile — Get user profile POST /user/profile — Create user profile # These endpoint are for public api, and access via user API key GET /api/todos — list all the todo task of the user POST /api/todos - add user todo PUT /api/todos — update user todo DELETE /api/todos — delete user todo # These are stripe billing routes POST /billing/stripe/createCheckoutLink - to make checkout link POST /billing/stripe/hook - stripe hook to update user info POST /billing/stripe/portal - to make user portal link