refactor(server): moved the server files outside the src to improve static files
This commit is contained in:
7
server/services/server/systemServer.ts
Normal file
7
server/services/server/systemServer.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import {OpenAPIHono} from "@hono/zod-openapi";
|
||||
|
||||
import modules from "./route/modules.js";
|
||||
|
||||
const app = new OpenAPIHono().route("server/modules", modules);
|
||||
|
||||
export default app;
|
||||
Reference in New Issue
Block a user