From 5ad4683e2e59ea1d00558945872089bebea1c2b1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 18 Jul 2020 20:09:03 +0200 Subject: Fixed abc submodule --- src/handler/user.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/handler/user.ts') diff --git a/src/handler/user.ts b/src/handler/user.ts index 78db609..be4472b 100644 --- a/src/handler/user.ts +++ b/src/handler/user.ts @@ -1,5 +1,5 @@ -// import type { HandlerFunc, Context } from "https://deno.land/x/abc@v1/mod.ts"; -import type { HandlerFunc, Context } from "../abc/mod.ts"; +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; -- cgit v1.2.3