mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 09:12:19 -05:00
Favicon
This commit is contained in:
parent
5cb060242d
commit
ba162507f3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -87,7 +87,6 @@ app.get('/config.js', function (req, res) {
|
|||||||
res.send("var SERVER_CONFIG = " + JSON.stringify(config.server) + ";");
|
res.send("var SERVER_CONFIG = " + JSON.stringify(config.server) + ";");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
app.get('/oauth/login', function (req, res) {
|
app.get('/oauth/login', function (req, res) {
|
||||||
res.redirect('https://apps.andyet.com/oauth/authorize?client_id=' + config.andyetAuth.id + '&response_type=token');
|
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
Loading…
Reference in New Issue
Block a user