forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
c7479d9d95
commit
ca222eaa0c
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const client = new Twitter({
|
|||
});
|
||||
|
||||
module.exports = (req: express.Request, res: express.Response) => {
|
||||
client.get('oauth/request_token', (x, y, z) => {
|
||||
client.post('oauth/request_token', (x, y, z) => {
|
||||
console.log(x);
|
||||
console.log(y);
|
||||
console.log(z);
|
||||
|
|
Loading…
Reference in a new issue