WS-31: Submit capability request view
Compare changes
- Nathan Hertz authored
@@ -41,7 +41,7 @@ def create_capability_request(request: Request) -> Response:
@@ -91,7 +91,7 @@ def submit_capability_request(request: Request) -> Response:
Another merge request, another Pyramid view; this time for submitting capability requests.
I also hooked up the front end to use the new endpoint.
Sorry for the large-ish size. If you have any questions about anything in here, let me know.