diff --git a/docs/main.js b/docs/main.js index 109cb3c..5e1acb6 100644 --- a/docs/main.js +++ b/docs/main.js @@ -1232,7 +1232,7 @@ class IPFSDrive /*::implements Drive*/ { return entries } else if (response.status === 404) { - if (path === "/") { + if (path === "/data/") { return [] } else { throw Error("Not such resource") diff --git a/docs/service.js b/docs/service.js index 453e6e5..4e8748a 100644 --- a/docs/service.js +++ b/docs/service.js @@ -1,7 +1,7 @@ // @flow strict const NAME = "service" -const VERSION = "0.0.10" +const VERSION = "0.0.11" const ID = `${NAME}@${VERSION}` const serviceURL = new URL("https://lunet.link/")