diff options
author | Marvin Borner | 2020-07-18 21:05:49 +0200 |
---|---|---|
committer | Marvin Borner | 2020-07-18 21:05:49 +0200 |
commit | c96473af48f650ac568a9a9203f3d6bbe74ff080 (patch) | |
tree | 84c66793f25344de120d5bf26cf2f36bfaf0b80b /src/handler | |
parent | 39254cbdaffe91c599ab268cef8999a16a0ef7f0 (diff) |
Whoops forgot adding the significant files, fixing the test :)
Diffstat (limited to 'src/handler')
-rw-r--r-- | src/handler/user.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/handler/user.ts b/src/handler/user.ts index be4472b..28d6fbd 100644 --- a/src/handler/user.ts +++ b/src/handler/user.ts @@ -1,5 +1,4 @@ import type { HandlerFunc, Context } from "https://deno.land/x/abc@master/mod.ts"; -// import type { HandlerFunc, Context } from "../abc/mod.ts"; import db from "../db/user.ts"; export const index: HandlerFunc = async (c: Context) => c.params.name; |