You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-07-16 07:24:40 +02:00
Fixed openapi generation command for mobile
This commit is contained in:
7
mobile/openapi/test/authentication_api_test.dart
generated
7
mobile/openapi/test/authentication_api_test.dart
generated
@ -27,7 +27,12 @@ void main() {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<Object> validateAccessToken() async
|
||||
//Future<LogoutResponseDto> logout() async
|
||||
test('test logout', () async {
|
||||
// TODO
|
||||
});
|
||||
|
||||
//Future<ValidateAccessTokenResponseDto> validateAccessToken() async
|
||||
test('test validateAccessToken', () async {
|
||||
// TODO
|
||||
});
|
||||
|
Reference in New Issue
Block a user