Skip to content
Snippets Groups Projects

add forgotten route to workflow server

Merged Charlotte Hausman requested to merge misc into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -643,6 +643,12 @@ def main(global_config, **settings):
factory=lookup_request,
)
config.add_route(
"qa_fail",
"/workflows/{name}/requests/{request_id}/qa_fail",
factory=lookup_request,
)
# Use this route to send a QA ready, pass, or fail announcement
config.add_route(
"announce_qa",
Loading