fix(server): require local admin account (#1070)

This commit is contained in:
Jason Rasmussen
2022-12-09 15:53:11 -05:00
committed by GitHub
parent 3bb103c6b6
commit 14889e7d85
14 changed files with 119 additions and 38 deletions

View File

@@ -52,7 +52,7 @@ void main() {
// TODO
});
//Future<UserCountResponseDto> getUserCount() async
//Future<UserCountResponseDto> getUserCount({ bool admin }) async
test('test getUserCount', () async {
// TODO
});