Skip to content
Snippets Groups Projects
Commit d0aed377 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent e949b4a0
No related branches found
No related tags found
Loading
...@@ -70,7 +70,8 @@ module.exports = (app: express.Application) => { ...@@ -70,7 +70,8 @@ module.exports = (app: express.Application) => {
const twAuth = autwh({ const twAuth = autwh({
consumerKey: config.twitter.consumer_key, consumerKey: config.twitter.consumer_key,
consumerSecret: config.twitter.consumer_secret consumerSecret: config.twitter.consumer_secret,
callbackUrl: `${config.url}/api/tw/cb`
}); });
app.get('/connect/twitter', async (req, res): Promise<any> => { app.get('/connect/twitter', async (req, res): Promise<any> => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment