Files
gswagger/testdata/router_with_prefix.json
2021-11-10 10:12:26 +01:00

20 lines
301 B
JSON

{
"components": {},
"info": {
"title": "test swagger title",
"version": "test swagger version"
},
"openapi": "3.0.0",
"paths": {
"/prefix/foo": {
"get": {
"responses": {
"default": {
"description": ""
}
}
}
}
}
}