mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
[Server] Fix bug
This commit is contained in:
parent
24009a44bb
commit
33c42e6bb8
@ -11,7 +11,7 @@ module.exports = (app: express.Application) => {
|
||||
const twAuth = autwh({
|
||||
consumerKey: config.twitter.consumer_key,
|
||||
consumerSecret: config.twitter.consumer_secret,
|
||||
callbackUrl: config.url + '/tw/cb'
|
||||
callbackUrl: config.api_url + '/tw/cb'
|
||||
});
|
||||
|
||||
app.get('/connect/twitter', async (req, res): Promise<any> => {
|
||||
|
Loading…
Reference in New Issue
Block a user