Skip to content
Snippets Groups Projects
Commit 274637a9 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

add forgotten route to workflow server

parent 357cca10
No related branches found
Tags end-of-sprint-24
1 merge request!653add forgotten route to workflow server
Pipeline #3657 passed
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment