Get rid of superfluous line lolwat
This commit is contained in:
Родитель
3fd6f32a6f
Коммит
ea04a9fdf4
|
@ -16,8 +16,6 @@ app.get("/", function(req, res) {
|
|||
res.send("blurts-server v0.01a");
|
||||
});
|
||||
|
||||
app.get("/")
|
||||
|
||||
app.post("/user/add", function(req, res) {
|
||||
gEmails.add(req.body.email);
|
||||
res.json({ email: req.body.email, info: "added user" });
|
||||
|
|
Загрузка…
Ссылка в новой задаче