Skip to main content

How server work

All route for the API are in server.ts, if you want to add new route add it here in the right section:

  • 'User section' => all route related to the user request (add/alter/drop)
  • 'Data section' => all route related to the data function (add/alter/drop)
  • 'Account type section' => all route related to the different account type (add/alter/drop)

/!\ do not move the server