mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-05-20 00:17:31 +08:00
Update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user