fix: bad copy/paste

This commit is contained in:
Logan Garrett 2022-06-01 11:34:50 -07:00
parent 857003abff
commit 1cde5a821e
No known key found for this signature in database
GPG key ID: 79FFC2937BAAB215

View file

@ -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.