mirror of
https://github.com/woodchen-ink/aimodels-prices.git
synced 2025-07-18 13:41:59 +08:00
Update base64 decoding import path in deps.ts
This commit is contained in:
parent
5c7e2bd120
commit
546bd23532
2
deps.ts
2
deps.ts
@ -1,3 +1,3 @@
|
||||
export { serve } from "https://deno.land/std@0.220.1/http/server.ts";
|
||||
export { crypto } from "https://deno.land/std@0.220.1/crypto/mod.ts";
|
||||
export { decode as base64Decode } from "https://deno.land/std@0.220.1/encoding/base64.ts";
|
||||
export { decode as base64Decode } from "https://deno.land/std@0.220.1/encoding/base64/mod.ts";
|
Loading…
x
Reference in New Issue
Block a user