facet query fix

This commit is contained in:
pycook
2016-04-12 13:54:09 +08:00
committed by pycook
parent b3d5557bc7
commit f15726876c
11 changed files with 102 additions and 23 deletions

View File

@@ -32,7 +32,7 @@ MODULES = (
(core.ci, "/api/v0.1/ci"),
(core.history, "/api/v0.1/history"),
(core.account, "/api/v0.1/accounts"),
# (core.special, ""),
(core.special, ""),
)