Fix bug
This commit is contained in:
parent
b9a676a1c1
commit
64547965b4
2 changed files with 2 additions and 3 deletions
|
@ -70,8 +70,7 @@ module.exports = (app: express.Application) => {
|
|||
|
||||
const twAuth = autwh({
|
||||
consumerKey: config.twitter.consumer_key,
|
||||
consumerSecret: config.twitter.consumer_secret,
|
||||
callbackUrl: `${config.api_url}/tw/cb`
|
||||
consumerSecret: config.twitter.consumer_secret
|
||||
});
|
||||
|
||||
app.get('/connect/twitter', async (req, res): Promise<any> => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue