We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27ff20 commit b521dc8Copy full SHA for b521dc8
deno/server.js
@@ -14,7 +14,7 @@ Deno.serve((req) => {
14
15
// publicフォルダ内にあるファイルを返す
16
return serveDir(req, {
17
- fsRoot: 'public',
+ fsRoot: 'deno/public',
18
urlRoot: '',
19
showDirListing: true,
20
enableCors: true,
0 commit comments