mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix bug
This commit is contained in:
parent
2b75dfb678
commit
ba1f3acd61
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) => {
|
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(x);
|
||||||
console.log(y);
|
console.log(y);
|
||||||
console.log(z);
|
console.log(z);
|
||||||
|
|
Loading…
Reference in a new issue