Justin Rhee 3 лет назад
Родитель
Сommit
4491648720
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      api/server/handlers/stacks/create_porter_app.go

+ 1 - 1
api/server/handlers/stacks/create_porter_app.go

@@ -31,7 +31,7 @@ func (c *CreatePorterAppHandler) ServeHTTP(w http.ResponseWriter, r *http.Reques
 	project, _ := ctx.Value(types.ProjectScope).(*models.Project)
 	cluster, _ := ctx.Value(types.ClusterScope).(*models.Cluster)
 
-	request := &types.UpdatePorterAppRequest{}
+	request := &types.CreatePorterAppRequest{}
 
 	ok := c.DecodeAndValidate(w, r, request)
 	if !ok {