Skip to content

Commit

Permalink
Fix regression with remote apps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala committed Jun 27, 2019
1 parent 9979095 commit c91338f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion docs/service.js
Original file line number Diff line number Diff line change
@@ -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/")

Expand Down

0 comments on commit c91338f

Please sign in to comment.