Voice Note Issue Fixed

design_3.0_demo_module
zaid_daoud 3 years ago
parent 61c28aa8b8
commit 60f6cbf1b8

@ -12,7 +12,7 @@ class URLs {
set host(String value) => _host = value;
static String getFileUrl(String file) => (file == null || file.isEmpty) ? null : (file.contains("/") ? file : "$_host/Files/DownloadFile?fileName=$file");
static String getFileUrl(String file) => (file == null || file.isEmpty) ? null : (file.contains("/") ? file : "$_baseUrl/Files/DownloadFile?fileName=$file");
// static String getFileUrl(String file) => (file == null || file.isEmpty) ? null : (file.contains("/") ? file : "$_host/attachment/$file");
// API Routes

Loading…
Cancel
Save