Fixed paths
This commit is contained in:
parent
4606dbf53c
commit
06e4fdeab3
1 changed files with 2 additions and 2 deletions
|
|
@ -946,7 +946,7 @@ class DefaultApi {
|
||||||
ProgressCallback? onSendProgress,
|
ProgressCallback? onSendProgress,
|
||||||
ProgressCallback? onReceiveProgress,
|
ProgressCallback? onReceiveProgress,
|
||||||
}) async {
|
}) async {
|
||||||
final _path = '/api/assets';
|
final _path = '/assets';
|
||||||
final _options = Options(
|
final _options = Options(
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
|
|
@ -1003,7 +1003,7 @@ class DefaultApi {
|
||||||
ProgressCallback? onSendProgress,
|
ProgressCallback? onSendProgress,
|
||||||
ProgressCallback? onReceiveProgress,
|
ProgressCallback? onReceiveProgress,
|
||||||
}) async {
|
}) async {
|
||||||
final _path = '/api/assets';
|
final _path = '/assets';
|
||||||
final _options = Options(
|
final _options = Options(
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue