Skip to content

Commit

Permalink
feat: serve app docs at root endpoint (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
aemmadi committed Aug 19, 2020
1 parent 2bed0b7 commit d6a35ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Expand Up @@ -5,7 +5,6 @@ const util = require("./util");
const app = express();
const port = 3000;

// app.get("/", (req, res) => res.send("Hello World!"));
app.use("/", express.static("docs"));

app.get("/:user/:repo/compile", (req, res) => {
Expand Down

0 comments on commit d6a35ff

Please sign in to comment.