Skip to content

Commit

Permalink
fix: path home
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed May 22, 2020
1 parent b7b622f commit 5ce6799
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/index-node10-dev.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-node10-dev.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index-node10.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-node10.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/app/home.tsx
Expand Up @@ -11,7 +11,7 @@ export default function home(
api: GitHubAPI,
mongoStores: MongoStores,
): void {
router.get('/gh', async (req, res) => {
router.get('/', async (req, res) => {
const user = await getUser(req, res);
if (!user) return;

Expand Down

0 comments on commit 5ce6799

Please sign in to comment.