Skip to content

Commit ac63dfe

Browse files
committed
av hostname change
1 parent cab3679 commit ac63dfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/usr/bin/env -S deno run --location https://jpg241.dev.archive.org --no-check --allow-read=. --allow-write=. --allow-net --allow-run --allow-import --watch
22

33
import httpd from 'https://deno.land/x/httpd/mod.js'
4-
import { warn } from 'https://av.prod.archive.org/js/util/log.js'
4+
import { warn } from 'https://av.archive.org/js/util/log.js'
55
import {
66
exe, esc, ARRAY, CONTINUE,
7-
} from 'https://av.prod.archive.org/js/util/cmd.js'
7+
} from 'https://av.archive.org/js/util/cmd.js'
88

99

1010
httpd(async (req, headers) => {

0 commit comments

Comments
 (0)