mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: remove trailing slash from OpenAPI route (#1564)
This commit is contained in:
parent
7187907d53
commit
ac90a3b1c7
@ -63,7 +63,7 @@ class FeatureController extends Controller {
|
||||
|
||||
this.route({
|
||||
method: 'get',
|
||||
path: '/',
|
||||
path: '',
|
||||
acceptAnyContentType: true,
|
||||
handler: this.getAllToggles,
|
||||
middleware: [
|
||||
|
@ -679,7 +679,7 @@ Object {
|
||||
],
|
||||
},
|
||||
},
|
||||
"/api/admin/features/": Object {
|
||||
"/api/admin/features": Object {
|
||||
"get": Object {
|
||||
"deprecated": true,
|
||||
"responses": Object {
|
||||
|
Loading…
Reference in New Issue
Block a user