chore(server): openapi generation (#9585)

This commit is contained in:
Alex 2024-05-18 13:50:28 -05:00 committed by GitHub
parent 60427f18ce
commit 1ad04f0b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 214 additions and 9 deletions

View file

@ -17,7 +17,7 @@ void main() {
// final instance = DuplicateApi();
group('tests for DuplicateApi', () {
//Future<List<AssetResponseDto>> getAssetDuplicates() async
//Future<List<DuplicateResponseDto>> getAssetDuplicates() async
test('test getAssetDuplicates', () async {
// TODO
});