Skip to content

Commit

Permalink
remove this route, it was not working since a long time
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaps committed Nov 17, 2023
1 parent 2288b1f commit 4e7309e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions express.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,6 @@ app.get('/account/checkUsername', require('./routes/views/checkUsername'));
app.get('/password_resetted', require(routes + 'account/get/requestPasswordReset'));
app.get('/report_submitted', require(routes + 'account/get/report'));
// Download Client
app.get('/client', (req, res) => {
let locals = res.locals;
res.redirect(locals.downlords_faf_client_download_link);
});


app.get('/logout', function (req, res, next) {
req.logout(function (err) {
Expand Down

0 comments on commit 4e7309e

Please sign in to comment.