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

making UI use new create_capability_request route

parent bc37d58c
No related branches found
No related tags found
1 merge request!94fix UI capability creation url
Pipeline #613 passed
This commit is part of merge request !94. Comments created here will be created in the context of that merge request.
......@@ -34,7 +34,7 @@ export class CapabilityLauncherService {
* @param: requestId ID of capability request to submit
*/
submit(requestId: string): Observable<CapabilityExecution> {
const url = `${environment.workspacesUrl}${this.endpoint}/${requestId}/submit`;
const url = `${environment.workspacesUrl}${this.endpoint}request/${requestId}/submit`;
return this.httpClient.post<CapabilityExecution>(url, null);
}
}
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