Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson committed Oct 13, 2023
1 parent b462060 commit b3ab950
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test_deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { assertEquals } from "https://deno.land/std@0.200.0/testing/asserts.ts";
export { delay } from "https://deno.land/std@0.200.0/async/delay.ts";
export { assertEquals } from "https://deno.land/std@0.202.0/testing/asserts.ts";
export { delay } from "https://deno.land/std@0.202.0/async/delay.ts";
2 changes: 1 addition & 1 deletion url-pattern/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- favicon -->
<link
rel="icon"
href="https://dev.zaubrik.com/[email protected].3/logo/favicon/favicon.svg"
href="https://dev.zaubrik.com/[email protected].6/logo/favicon/favicon.svg"
sizes="any"
type="image/svg+xml"
/>
Expand Down
4 changes: 2 additions & 2 deletions url-pattern/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { type Context, createDefaultHandler, createGetRoute } from "../mod.ts";
import { serveDir } from "https://deno.land/std@0.192.0/http/file_server.ts";
import { fromFileUrl } from "https://deno.land/std@0.192.0/path/mod.ts";
import { serveDir } from "https://deno.land/std@0.202.0/http/file_server.ts";
import { fromFileUrl } from "https://deno.land/std@0.202.0/path/mod.ts";

async function serveStatic(ctx: Context) {
ctx.response = await serveDir(ctx.request, {
Expand Down

0 comments on commit b3ab950

Please sign in to comment.