浏览代码

Allow Sandstorm to serve Wekan HTTP API

This is probably not a "whole" fix, but this may be a missing piece.
Jacob Weisz 6 年之前
父节点
当前提交
485f6b5ac2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sandstorm-pkgdef.capnp

+ 1 - 1
sandstorm-pkgdef.capnp

@@ -226,7 +226,7 @@ const pkgdef :Spk.PackageDefinition = (
         verbPhrase = (defaultText = "removed from card"),
       ), ],
     ),
-
+    apiPath = "/api",
     saveIdentityCaps = true,
   ),
 );