updates
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2025-03-05 14:43:42 -06:00
parent 18a66953f2
commit 9e2ad81cff

View File

@ -8,7 +8,7 @@ String formatMountName(String type, String name) {
}
String getBaseUri() {
if (kDebugMode) {
if (kDebugMode || !kIsWeb) {
return 'http://127.0.0.1:30000';
}
return Uri.base.origin;