fix_: unsupported methods path name

This commit is contained in:
Igor Sirotin 2024-09-19 17:39:02 +01:00
parent bdbb9f6131
commit f8c281ce14
No known key found for this signature in database
GPG Key ID: 425E227CAAB81F95
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ var EndpointsNoRequest = map[string]func() string{
var EndpointsUnsupported = []string{
{{- range .UnsupportedEndpoints }}
"{{ . }}",
"/{{ $.PackageName }}/{{ . }}",
{{- end }}
}