Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
thezanke committed Jan 25, 2021
1 parent 6020af6 commit 4662453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/httpServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Application, Router } from "https://deno.land/x/oak@v6.2.0/mod.ts";

export const router = new Router();
router.get("/", (ctx) => {
ctx.response.body = "i am ph8";
ctx.response.body = "i am ph8, hello world";
});

router.get("/scores.json", async (ctx) => {
Expand Down

0 comments on commit 4662453

Please sign in to comment.