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