more spec lint; frontendId (#834)

This commit is contained in:
Michael Quigley
2025-02-04 16:37:45 -05:00
parent a71f9eb3b1
commit f7cf5430d7
19 changed files with 92 additions and 92 deletions

View File

@ -690,7 +690,7 @@ func (o *ZrokAPI) initHandlerCache() {
if o.handlers["GET"] == nil {
o.handlers["GET"] = make(map[string]http.Handler)
}
o.handlers["GET"]["/detail/frontend/{feId}"] = metadata.NewGetFrontendDetail(o.context, o.MetadataGetFrontendDetailHandler)
o.handlers["GET"]["/detail/frontend/{frontendId}"] = metadata.NewGetFrontendDetail(o.context, o.MetadataGetFrontendDetailHandler)
if o.handlers["GET"] == nil {
o.handlers["GET"] = make(map[string]http.Handler)
}