frontend token (#820, #834)

This commit is contained in:
Michael Quigley
2025-02-04 14:20:55 -05:00
parent fa8200a603
commit 09fdb92861
38 changed files with 416 additions and 164 deletions

View File

@@ -88,5 +88,5 @@ func (h *createFrontendHandler) Handle(params admin.CreateFrontendParams, princi
logrus.Infof("created global frontend '%v' with public name '%v'", fe.Token, *fe.PublicName)
return admin.NewCreateFrontendCreated().WithPayload(&admin.CreateFrontendCreatedBody{Token: feToken})
return admin.NewCreateFrontendCreated().WithPayload(&admin.CreateFrontendCreatedBody{FrontendToken: feToken})
}