Skip to content

Commit

Permalink
FR-844 - Real-Time Logging UI
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-liablin committed Nov 28, 2024
1 parent 396f015 commit 1fc09fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/automation.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const routes = prepareRoutes({
aiAssistants : '/api/app/:appId/automation/ai/assistants',
aiAssistant : '/api/app/:appId/automation/ai/assistants/:id',

flowLogs : '/api/app/:appId/automation/flow/version/:id/logs',
flowLogs : '/api/app/:appId/automation/flow/version/:id/logs/find',
exportFlowVersion : '/api/app/:appId/automation/flow/version/:id/export',
importFlowVersion : '/api/app/:appId/automation/flow/:flowId/import',
createFlowFromJSON: '/api/app/:appId/automation/flow/import',
Expand Down

0 comments on commit 1fc09fb

Please sign in to comment.