소스 검색

Allow Sandstorm to serve Wekan HTTP API

This is probably not a "whole" fix, but this may be a missing piece.
Jacob Weisz 7 년 전
부모
커밋
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,
   ),
 );