Spaces:
Running
Running
test
Browse files
server.js
CHANGED
|
@@ -415,7 +415,6 @@ app.get("/api/remix/:username/:repo", async (req, res) => {
|
|
| 415 |
});
|
| 416 |
}
|
| 417 |
});
|
| 418 |
-
|
| 419 |
app.get("*", (_req, res) => {
|
| 420 |
res.sendFile(path.join(__dirname, "dist", "index.html"));
|
| 421 |
});
|
|
|
|
| 415 |
});
|
| 416 |
}
|
| 417 |
});
|
|
|
|
| 418 |
app.get("*", (_req, res) => {
|
| 419 |
res.sendFile(path.join(__dirname, "dist", "index.html"));
|
| 420 |
});
|