mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
add miissing url
This commit is contained in:
7
index.js
7
index.js
@@ -15,5 +15,12 @@ app.get("/myrepo", (req, res) => {
|
||||
app.get("/repository/:id/commit/:sha", (req, res) => {
|
||||
res.status(500).send("To implement!")
|
||||
})
|
||||
app.get("/r/:id/:path", (req, res) => {
|
||||
res.status(500).send("To implement!")
|
||||
})
|
||||
|
||||
app.post("/", (req, res) => {
|
||||
res.status(500).send("To implement!")
|
||||
})
|
||||
|
||||
app.route("api")
|
||||
Reference in New Issue
Block a user