DevServerViewsBlocks
OverviewCacheCronCrypto
Database
DatabaseEntitiesRelationsSelect and readInsertUpdateDeleteTransactionsMigrationsSeeders
File StorageHTTP routesJWTOpaque sessionsOutbound HTTPPasswordsQueueRouter endpointsRequest bytesReverse proxySpawnStandard libraryTasksTLS and ACMEVectorWebSockets

HTTP ROUTES

Use a verb as the route declaration

Imported endpoint modules use lowercase get, post, put, patch, and delete declarations. Each route declares its path and handler directly.

dowe
endpoints apiRoutes
  group path:"/api/auth"
    post path:"/register" handler:registerUser
    post:
      path:"/login"
      handler:loginUser
Form
Guidance

No data

There are no records to display

DevServerViewsBlocks
OverviewCacheCronCrypto
Database
DatabaseEntitiesRelationsSelect and readInsertUpdateDeleteTransactionsMigrationsSeeders
File StorageHTTP routesJWTOpaque sessionsOutbound HTTPPasswordsQueueRouter endpointsRequest bytesReverse proxySpawnStandard libraryTasksTLS and ACMEVectorWebSockets