From ae319f5d39f535617630090612bebef755cb9d1b Mon Sep 17 00:00:00 2001 From: Pascal Welsch Date: Tue, 30 Apr 2024 03:43:57 +0200 Subject: [PATCH] Reset host --- lib/src/core/network/wiredash_api.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/core/network/wiredash_api.dart b/lib/src/core/network/wiredash_api.dart index af05a5cf..ecc0a0b6 100644 --- a/lib/src/core/network/wiredash_api.dart +++ b/lib/src/core/network/wiredash_api.dart @@ -34,9 +34,7 @@ class WiredashApi { final ApiClientContext _context; - // static const String _host = 'https://api.wiredash.io/sdk'; - // static const String _host = 'https://api.wiredash.dev/sdk'; - static const String _host = 'http://localhost:3123/sdk'; + static const String _host = 'https://api.wiredash.io/sdk'; /// Uploads a attachment to the Wiredash hosting service ///