mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
Party fix
This commit is contained in:
1
index.js
1
index.js
@@ -24,6 +24,7 @@ express.use(Express.json());
|
||||
express.use(Express.urlencoded({ extended: true }));
|
||||
express.use(Express.static('public'));
|
||||
|
||||
express.use(require("./structure/party.js"));
|
||||
express.use(require("./structure/discovery.js"))
|
||||
express.use(require("./structure/privacy.js"));
|
||||
express.use(require("./structure/timeline.js"));
|
||||
|
||||
Reference in New Issue
Block a user