mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore(server): remove user count endpoint (#4724)
* chore: remove unused endpoint * chore: open api
This commit is contained in:
parent
2f87463170
commit
8dcd159bd6
21 changed files with 3 additions and 613 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue