-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description:
Inside of the server/api/ directory, change the names of something like server/api/Dashboard/dashboards.get.ts to something like:
server/api/Dashboard/index.get.ts so your API call doesn't need to call dashboards and can just call Dashboard. However, change the names of files that require input to something else, such as server/api/Dashboard/dashboard.get.ts to server/api/Dashboard/[id].get.ts (Yes, there is a difference between dashboard and dashboards GET request).
For more information, you can ask Taz or myself.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog