Add reconciliation state-change API contract
This commit is contained in:
parent
4d62768a3a
commit
add650d4fa
5 changed files with 219 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ from api.routers import token_events
|
|||
from api.routers import interface_changes
|
||||
from api.routers import flows
|
||||
from api.routers import recently_on_scope
|
||||
from api.routers import reconciliation
|
||||
|
||||
|
||||
class ETagMiddleware(BaseHTTPMiddleware):
|
||||
|
|
@ -100,6 +101,7 @@ app.include_router(tpsc.router)
|
|||
app.include_router(token_events.router)
|
||||
app.include_router(interface_changes.router)
|
||||
app.include_router(flows.router)
|
||||
app.include_router(reconciliation.router)
|
||||
app.include_router(state.router)
|
||||
app.include_router(policy.router)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue