Realize /api/v0.1/ci_relations/s [done]

This commit is contained in:
pycook
2019-11-21 18:21:03 +08:00
parent d3a8ef5966
commit 617337c614
24 changed files with 451 additions and 229 deletions

View File

@@ -19,5 +19,5 @@ migrate = Migrate()
cache = Cache()
celery = Celery()
cors = CORS(supports_credentials=True)
rd = RedisHandler(prefix="CMDB_CI") # TODO
rd = RedisHandler()
es = ESHandler()