Closed ericfranz closed 8 years ago
Currently it is hardcoded in lib/client/ood.js as '/pun/dev/osc-editor/edit' but should be '/pun/sys/osc-editor/edit'. Better to make this an option similar to how we did treeroot so we can updated later, with the sensible default.
'/pun/dev/osc-editor/edit'
'/pun/sys/osc-editor/edit'
done at https://github.com/AweSim-OSC/osc-fileexplorer/commit/f6060915172cc824da902db136bf0ff3a54aec07
Currently it is hardcoded in lib/client/ood.js as
'/pun/dev/osc-editor/edit'
but should be'/pun/sys/osc-editor/edit'
. Better to make this an option similar to how we did treeroot so we can updated later, with the sensible default.