We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0386a commit 5c97dffCopy full SHA for 5c97dff
packages/api/internal/handlers/template_alias.go
@@ -46,7 +46,7 @@ func (a *APIStore) GetTemplatesAliasesAlias(c *gin.Context, alias string) {
46
47
// Team is alias owner
48
c.JSON(
49
- http.StatusOK, api.TemplateQuick{
+ http.StatusOK, api.TemplateAliasResponse{
50
Public: result.Public,
51
TemplateID: result.EnvID,
52
},
0 commit comments