Integrate Validate Handler with make_app
This commit is contained in:
parent
114c632797
commit
74d6e2ea5c
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([
|
return tornado.web.Application([
|
||||||
(version_path + r"/health", HealthHandler),
|
(version_path + r"/health", HealthHandler),
|
||||||
(version_path + r"/oas3", Oas3Handler),
|
(version_path + r"/oas3", Oas3Handler),
|
||||||
|
(version_path + r"/validate", ValidateHandler),
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue