update 00000
This commit is contained in:
parent
2f80b6dc56
commit
f9da806ec9
1 changed files with 0 additions and 12 deletions
12
src/app.ts
12
src/app.ts
|
|
@ -58,18 +58,6 @@ const app = new Elysia({
|
|||
console.error(error);
|
||||
});
|
||||
|
||||
const api = app.group("/api", (app) => {
|
||||
app.get("/", () => "API root is working");
|
||||
|
||||
// Include all your other routes inside this group
|
||||
app.use(authRoute);
|
||||
app.use(projectRoutes);
|
||||
app.use(uploadRoutes);
|
||||
app.use(downloadRoute);
|
||||
|
||||
return app;
|
||||
});
|
||||
|
||||
// all routes here
|
||||
app.use(api);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue