This commit is contained in:
4
app.ts
4
app.ts
@@ -1,4 +1,4 @@
|
||||
import { serve } from "https://deno.land/std/http/server.ts";
|
||||
import { serve } from "https://deno.land/std@0.100.0/http/server.ts";
|
||||
import { copyFile, getFileList, readFile, readFileRaw } from "./tools/tool.ts";
|
||||
import { template } from "./page.ts";
|
||||
|
||||
@@ -48,4 +48,4 @@ for await ( const req of s ) {
|
||||
console.log( req.url );
|
||||
req.respond( { status : 404 } );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user