mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Fix bug
This commit is contained in:
parent
2b75dfb678
commit
ba1f3acd61
@ -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 New Issue
Block a user