mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02:00
fix: remove trailing slash from OpenAPI route (#948)
This commit is contained in:
parent
23c977e0ea
commit
4c42639a62
@ -151,7 +151,7 @@ export class AdminApi extends runtime.BaseAPI {
|
||||
}
|
||||
|
||||
const response = await this.request({
|
||||
path: `/api/admin/features/`,
|
||||
path: `/api/admin/features`,
|
||||
method: 'GET',
|
||||
headers: headerParameters,
|
||||
query: queryParameters,
|
||||
|
Loading…
Reference in New Issue
Block a user