add sort-endpoints-by=method

This commit is contained in:
2023-03-29 18:11:32 -05:00
parent 41f04d5b2c
commit d9ac5dee5a

View File

@ -150,6 +150,7 @@ function TableDeveloperView({table}: Props): JSX.Element
allow-authentication={false} allow-authentication={false}
allow-server-selection={false} allow-server-selection={false}
allow-spec-file-download={true} allow-spec-file-download={true}
sort-endpoints-by="method"
beforeTry={beforeTry} beforeTry={beforeTry}
css-file={"/api/rapi-doc.css"} css-file={"/api/rapi-doc.css"}
css-classes={"qqq-rapi-doc"} css-classes={"qqq-rapi-doc"}