Skip to content

Commit

Permalink
use correct path for file-server
Browse files Browse the repository at this point in the history
  • Loading branch information
yosoyubik committed Jul 20, 2021
1 parent 9218864 commit eba7799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions urbit/app/canvas.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
(~(has in (gall-scry:cc (set @tas) %launch /keys/noun)) %canvas)
=? cards !has-file
=/ file=action:file-server
[%serve-dir /'~canvas' /app/btc-wallet %.n %.y]
[%serve-dir /'~canvas' /app/canvas %.n %.y]
:_ cards
(poke-our:cc %file-server %file-server-action !>(file))
=? cards !has-tile
Expand All @@ -69,7 +69,7 @@
(~(has in (gall-scry:cc (set @tas) %launch /keys/noun)) %canvas)
=? cards !has-file
=/ file=action:file-server
[%serve-dir /'~canvas' /app/btc-wallet %.n %.y]
[%serve-dir /'~canvas' /app/canvas %.n %.y]
:_ cards
(poke-our:cc %file-server %file-server-action !>(file))
=? cards !has-tile
Expand Down

0 comments on commit eba7799

Please sign in to comment.