Explorar el Código

Allow Sandstorm to serve Wekan HTTP API

This is probably not a "whole" fix, but this may be a missing piece.
Jacob Weisz hace 7 años
padre
commit
485f6b5ac2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
   ),
 );