mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-07 20:50:16 -05:00
Integrated the export route to the index.js
This commit is contained in:
@@ -42,6 +42,7 @@ app.use("/api/*", require('./middlewares/password'));
|
||||
app.use("/api/config", require('./routes/config'));
|
||||
app.use("/api/speedtests", require('./routes/speedtests'));
|
||||
app.use("/api/info", require('./routes/system'));
|
||||
app.use("/api/export", require('./routes/export'));
|
||||
app.use("/api/recommendations", require('./routes/recommendations'));
|
||||
app.use("/api*", (req, res) => res.status(404).json({message: "Route not found"}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user