1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

chore: remove deprecation of instance stats endpoint (#10083)

This commit is contained in:
David Leek 2025-06-04 14:48:20 +02:00 committed by GitHub
parent 1aadbb3641
commit ae47771290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,6 @@ class InstanceAdminController extends Controller {
responses: {
200: createResponseSchema('instanceAdminStatsSchema'),
},
deprecated: true,
}),
],
});