Skip to content

Commit

Permalink
upgrade deno-spring
Browse files Browse the repository at this point in the history
  • Loading branch information
metadream committed May 23, 2023
1 parent 9ba61b8 commit 638e6cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { default } from "https://deno.land/x/[email protected]/mod.ts";
export { dirname, resolve } from "https://deno.land/[email protected]/path/mod.ts";
export { parse as parseYaml } from "https://deno.land/[email protected]/yaml/mod.ts";
export { core } from "https://deno.land/x/[email protected]/mod.ts";
export { marked } from 'https://deno.land/x/[email protected]/mod.ts';
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { core } from "./deps.ts";
import app from "./deps.ts";
import { tmpl } from "./tmpl.ts";
import { meta, getDocument, getSummary, getReadme } from "./docs.ts";

core
app
.get("/", async ctx => {
const summary = await getSummary();
const content = await getReadme();
Expand Down

0 comments on commit 638e6cf

Please sign in to comment.