chore: update tag rename

This commit is contained in:
Steven
2024-01-27 05:26:32 +08:00
parent 566171783d
commit b9cbe6626f
5 changed files with 15 additions and 11 deletions

View File

@ -233,6 +233,7 @@ func (s *APIV1Service) UploadResource(c echo.Context) error {
if err != nil {
return echo.NewHTTPError(http.StatusInternalServerError, "Failed to create resource").SetInternal(err)
}
metric.Enqueue("resource create")
return c.JSON(http.StatusOK, convertResourceFromStore(resource))
}