mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 16:15:04 +02:00
admin endpoints polish and lint removal (#834)
This commit is contained in:
@ -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(&rest_model_zrok.CreateFrontendResponse{Token: feToken})
|
||||
return admin.NewCreateFrontendCreated().WithPayload(&admin.CreateFrontendCreatedBody{Token: feToken})
|
||||
}
|
||||
|
Reference in New Issue
Block a user