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/groups/user.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/groups') diff --git a/src/groups/user.ts b/src/groups/user.ts index ae6d2ad..59cda82 100644 --- a/src/groups/user.ts +++ b/src/groups/user.ts @@ -1,6 +1,7 @@ -import type { Group, Context } from "https://deno.land/x/abc@v1/mod.ts"; +// import type { Group, Context } from "https://deno.land/x/abc@v1/mod.ts"; +import type { Group, Context } from "../abc/mod.ts"; import * as handlers from "../handler/user.ts"; export default function (g: Group) { - g.get("/:name", handlers.index); + g.get("/:name", handlers.index); } -- cgit v1.2.3