From 06e4fdeab3dd3f80f67b7eea9c0b9503c193f968 Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Thu, 27 Apr 2023 21:26:22 +0700 Subject: [PATCH] Fixed paths --- lib/src/api/default_api.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/api/default_api.dart b/lib/src/api/default_api.dart index 8d5b623..779e8bd 100644 --- a/lib/src/api/default_api.dart +++ b/lib/src/api/default_api.dart @@ -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',