Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Change method to POST
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualprism committed Jan 7, 2019
1 parent 985b5c2 commit 9e61575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/routes/dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SERVER_CONFIG } from '../config/config.js'
const router = new KoaRouter({ prefix: '/dev' })

if (SERVER_CONFIG.MODE !== 'production') {
router.get('/login', controller.fakeFacebookLogin)
router.post('/login', controller.fakeFacebookLogin)
}

export default router

0 comments on commit 9e61575

Please sign in to comment.