You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
204 B
4 lines
204 B
export { readAll } from "https://deno.land/std@0.107.0/io/util.ts";
|
|
|
|
export { Application } from "https://deno.land/x/oak@v9.0.1/mod.ts";
|
|
export { oakCors } from "https://deno.land/x/cors@v1.2.2/mod.ts";
|
|
|