a.
All checks were successful
internetmastercz/test/pipeline/head This commit looks good

This commit is contained in:
2021-10-20 03:12:05 +02:00
parent 24db9bf2e8
commit d7aed0badd
2 changed files with 4 additions and 4 deletions

4
app.ts
View File

@@ -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 } );
}
}
}