Added a UI for uploading docs and getting an OpenAPI output

This commit is contained in:
Frikky
2023-09-21 02:22:59 +02:00
parent 6de66413c7
commit c90059dd56
3 changed files with 279 additions and 11 deletions
+2
View File
@@ -2538,6 +2538,8 @@ const AngularWorkflow = (defaultprops) => {
const timeout = 60000
while (true) {
// Wait 1 second before next request just in case of timeouts
await new Promise(r => setTimeout(r, 1000));
await fetchWithTimeout(`${globalUrl}/api/v1/workflows/${workflowId}/stream`, {
method: "GET",
headers: {