1
0
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:
olav 2022-05-05 11:45:17 +02:00 committed by GitHub
parent 23c977e0ea
commit 4c42639a62

View File

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