Fixed paths

This commit is contained in:
Andrew 2023-04-27 21:26:22 +07:00
parent 4606dbf53c
commit 06e4fdeab3

View file

@ -946,7 +946,7 @@ class DefaultApi {
ProgressCallback? onSendProgress,
ProgressCallback? onReceiveProgress,
}) async {
final _path = '/api/assets';
final _path = '/assets';
final _options = Options(
method: 'GET',
contentType: 'application/json',
@ -1003,7 +1003,7 @@ class DefaultApi {
ProgressCallback? onSendProgress,
ProgressCallback? onReceiveProgress,
}) async {
final _path = '/api/assets';
final _path = '/assets';
final _options = Options(
method: 'GET',
contentType: 'application/json',