Routes
This page summarizes how to declare routes.
Last updated
Was this helpful?
This page summarizes how to declare routes.
Last updated
Was this helpful?
Routes are declared by using specific decorators, these decorators have two parameters:
Route (string):
Required
Route of the endpoint
If the parent contains a base route, then they will be unified.
options ():
Optional
Contains:
responseStatus (): Default response status for endpoint.
GET
POST
PUT
HEAD
DELETE
OPTIONS
PATCH
Syntax:
Note that in the example above we are only using GET, but all the route types listed above are available to be used. For example, if you would like to use POST instead of GET, it would be: