mirror of
https://github.com/JuLi0n21/osu-progress-oauth-helper.git
synced 2026-04-19 16:00:06 +00:00
errrm
This commit is contained in:
@@ -31,9 +31,9 @@ app.get('/authorize', (req, res) => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.post('/refresh', (req, res) => {
|
app.get('/refresh', (req, res) => {
|
||||||
|
|
||||||
const refresh_token = req.body.refresh_token;
|
const refresh_token = req.query.refresh_token;
|
||||||
const callbackport = req.query.port;
|
const callbackport = req.query.port;
|
||||||
|
|
||||||
if(callbackport != undefined && refresh_token != undefined){
|
if(callbackport != undefined && refresh_token != undefined){
|
||||||
|
|||||||
Reference in New Issue
Block a user