waves
This commit is contained in:
parent
d7fc9e36f7
commit
c13a579b0b
|
@ -88,6 +88,7 @@ if (cluster.isPrimary) {
|
||||||
app.get("/g", (req, res) => res.sendFile(path.join(publicPath, "!.html")));
|
app.get("/g", (req, res) => res.sendFile(path.join(publicPath, "!.html")));
|
||||||
app.get("/a", (req, res) => res.sendFile(path.join(publicPath, "!!.html")));
|
app.get("/a", (req, res) => res.sendFile(path.join(publicPath, "!!.html")));
|
||||||
app.get("/ai", (req, res) => res.sendFile(path.join(publicPath, "!!!.html")));
|
app.get("/ai", (req, res) => res.sendFile(path.join(publicPath, "!!!.html")));
|
||||||
|
app.get("/resent", (req, res) => res.sendFile(path.join(publicPath, "resent", "index.html")));
|
||||||
app.use((req, res) => res.status(404).sendFile(path.join(publicPath, "404.html")));
|
app.use((req, res) => res.status(404).sendFile(path.join(publicPath, "404.html")));
|
||||||
|
|
||||||
const server = createServer(app);
|
const server = createServer(app);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user