mirror of
https://github.com/immich-app/immich.git
synced 2025-11-18 01:12:47 +09:00
chore(server): remove user count endpoint (#4724)
* chore: remove unused endpoint * chore: open api
This commit is contained in:
5
mobile/openapi/test/user_api_test.dart
generated
5
mobile/openapi/test/user_api_test.dart
generated
@@ -52,11 +52,6 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<UserCountResponseDto> getUserCount({ bool admin }) async
|
||||
test('test getUserCount', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<UserResponseDto> restoreUser(String id) async
|
||||
test('test restoreUser', () async {
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user