This commit is contained in:
Sebastien Hut 2015-02-09 15:06:57 +01:00
parent 5cb060242d
commit ba162507f3
4 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -87,7 +87,6 @@ app.get('/config.js', function (req, res) {
res.send("var SERVER_CONFIG = " + JSON.stringify(config.server) + ";");
});
app.get('/oauth/login', function (req, res) {
res.redirect('https://apps.andyet.com/oauth/authorize?client_id=' + config.andyetAuth.id + '&response_type=token');
});

File diff suppressed because one or more lines are too long