Added API routing

This commit is contained in:
Pliable Pixels
2015-07-13 18:55:28 +00:00
parent cfaa99a770
commit 444d978c81

View File

@@ -2,4 +2,5 @@
RewriteEngine on
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
</IfModule>
RewriteBase /zm/api
</IfModule>