mirror of
https://github.com/Fishwaldo/huma.git
synced 2025-03-15 11:21:42 +00:00
fix: bad copy/paste
This commit is contained in:
parent
857003abff
commit
1cde5a821e
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ func (r *Router) DocsSuffix(suffix string) {
|
|||
// are hosted. When not specified, the default value of `schemas` is appended
|
||||
// to the DocsPrefix.
|
||||
func (r *Router) SchemasSuffix(suffix string) {
|
||||
r.specSuffix = suffix
|
||||
r.schemasSuffix = suffix
|
||||
}
|
||||
|
||||
// SpecSuffix sets the final path suffix for where the OpenAPI spec is hosted.
|
||||
|
|
Loading…
Add table
Reference in a new issue