mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #2007 from victorboudet/canary
fix api: return compose informations when created from template
This commit is contained in:
@@ -496,7 +496,7 @@ export const composeRouter = createTRPCRouter({
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
return compose;
|
||||
}),
|
||||
|
||||
templates: publicProcedure
|
||||
|
||||
Reference in New Issue
Block a user