mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Implemented recaptcha
This commit is contained in:
@@ -123,6 +123,7 @@ app.use(function (req, res, next) {
|
||||
app.use('/service-worker.js', function(req, res) {
|
||||
res.sendFile(publicPath + '/service-worker.js');
|
||||
});
|
||||
|
||||
app.use('/', ico_router);
|
||||
app.use('/', api);
|
||||
app.use('/', router);
|
||||
|
||||
Reference in New Issue
Block a user