Fixed tags path

This commit is contained in:
Andrew 2023-04-28 00:41:22 +07:00
parent 06e4fdeab3
commit 8d342a9f7f

View file

@ -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',