From 34a3f2f132791ad33e6a6b59371bb6f029436ab4 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 18 Jul 2020 16:51:55 +0200 Subject: Tests and abc fix using Lars' branch --- src/handler/user.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/handler/user.ts') diff --git a/src/handler/user.ts b/src/handler/user.ts index 33b96a2..78db609 100644 --- a/src/handler/user.ts +++ b/src/handler/user.ts @@ -1,4 +1,5 @@ -import type { HandlerFunc, Context } from "https://deno.land/x/abc@v1/mod.ts"; +// import type { HandlerFunc, Context } from "https://deno.land/x/abc@v1/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; -- cgit v1.2.3