From 8d342a9f7f4e9f775b9994323a2163e98de800d7 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Fri, 28 Apr 2023 00:41:22 +0700 Subject: [PATCH] Fixed tags path --- lib/src/api/default_api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/api/default_api.dart b/lib/src/api/default_api.dart index 779e8bd..a780598 100644 --- a/lib/src/api/default_api.dart +++ b/lib/src/api/default_api.dart @@ -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',