Skip to content

Commit

Permalink
feat(oak): fix cookie secure error
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Oct 14, 2021
1 parent 0a7e3dc commit 5e50872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export {
Router as OriginRouter,
send,
Status,
} from "https://deno.land/x/oak@v9.0.0/mod.ts";
} from "https://deno.land/x/jw_oak@v9.0.4/mod.ts";

export type {
Middleware,
RouterMiddleware,
} from "https://deno.land/x/oak@v9.0.0/mod.ts";
} from "https://deno.land/x/jw_oak@v9.0.4/mod.ts";

import { posix } from "https://deno.land/[email protected]/path/mod.ts";

Expand Down

0 comments on commit 5e50872

Please sign in to comment.