Fix context

This commit is contained in:
AndrewTrieu
2023-03-10 16:52:00 +02:00
parent 0fab2411ee
commit ee0936c8b1
5 changed files with 6 additions and 714 deletions

View File

@@ -3,7 +3,7 @@ export {
Application,
Router,
send,
} from "https://deno.land/x/oak@v12.1.0/mod.ts";
} from "https://deno.land/x/oak@v11.1.0/mod.ts";
import postgres from "https://deno.land/x/postgresjs@v3.3.3/mod.js";
export { postgres };
export { Session } from "https://deno.land/x/oak_sessions@v4.0.5/mod.ts";