Skip to content

Commit

Permalink
renamed /passport to /auth
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccormack committed Jun 7, 2018
1 parent e8cbe9a commit 3a85a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ app.use(session(sessionOptions))
app.use(passport.initialize())
app.use(passport.session())

require("./passport/init")(app, passport)
require("./passport/twitter")(app, passport)
require("./auth/init")(app, passport)
require("./auth/twitter")(app, passport)


///////////////////////////////////////////////////////////
Expand Down

0 comments on commit 3a85a3b

Please sign in to comment.