chore(server): remove user count endpoint (#4724)

* chore: remove unused endpoint

* chore: open api
This commit is contained in:
Jason Rasmussen 2023-10-30 15:29:18 -04:00 committed by GitHub
parent 2f87463170
commit 8dcd159bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 3 additions and 613 deletions

View file

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