fix: workflows route mounted without path prefix — blocked all API on free tier; fix 10 app templates missing fields

This commit is contained in:
Hermes
2026-06-10 15:40:00 -07:00
parent 7557a6364a
commit 2cd62208ac
4 changed files with 22 additions and 11 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ async function createApp() {
sslMonitor: ctx.sslMonitor,
dnsPropagationChecker: ctx.dnsPropagationChecker
}));
apiRouter.use(workflowsRoutes({
apiRouter.use('/workflows', workflowsRoutes({
workflowEngine: ctx.workflowEngine,
licenseManager: ctx.licenseManager,
asyncHandler: ctx.asyncHandler