Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sacconazzo authored Aug 31, 2024
1 parent ff1f2e7 commit 5c9f70a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ app.use(bodyParser.json());

app.use("/", express.static(path.join(__dirname, "client")));

app.use("/test", express.static(path.join(__dirname, "tests")));

app.use("/live", express.static(path.join(__dirname, "stream")));

app.post("/api/live_start", async (req, res) => {
Expand Down

0 comments on commit 5c9f70a

Please sign in to comment.