Skip to content

Commit

Permalink
tasks/serve: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeh committed Feb 6, 2020
1 parent 597777a commit 055a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/serve/handler.mjs
Expand Up @@ -83,7 +83,7 @@ export const handler = app => (req, res) => {
return
}

// 404. in development, we redirect to the root
// 404. we redirect to the root
let Location = WEB_ROOT

if (pages[`${url.pathname}/`]) {
Expand Down

0 comments on commit 055a5f2

Please sign in to comment.