This commit is contained in:
zimplexing
2025-07-02 09:09:35 +08:00
parent 7e6095d2bb
commit 6b51cd0a19
86 changed files with 2440 additions and 8770 deletions

View File

@@ -21,8 +21,4 @@ import apiRouter from "./routes";
// API routes
app.use("/api", apiRouter);
app.listen(port, () => {
console.log(`[server]: Server is running at http://localhost:${port}`);
});
export default app;