mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
test123
This commit is contained in:
@@ -25,6 +25,7 @@ router.post('/', function(req, res, next) {
|
||||
|
||||
});
|
||||
|
||||
console.log("--information saved--");
|
||||
|
||||
res.send("Information Logged");
|
||||
|
||||
@@ -32,6 +33,7 @@ router.post('/', function(req, res, next) {
|
||||
|
||||
else{
|
||||
|
||||
console.log("--information not saved--");
|
||||
res.send("Invalid Authentication");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user