Integrate Validate Handler with make_app
This commit is contained in:
parent
31b9859aeb
commit
de96888d40
1 changed files with 1 additions and 0 deletions
1
app.py
1
app.py
|
@ -88,6 +88,7 @@ def make_app():
|
|||
return tornado.web.Application([
|
||||
(version_path + r"/health", HealthHandler),
|
||||
(version_path + r"/oas3", Oas3Handler),
|
||||
(version_path + r"/validate", ValidateHandler),
|
||||
])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue