Skip to content

Commit

Permalink
Reset host
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Apr 30, 2024
1 parent b791848 commit ae319f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/src/core/network/wiredash_api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit ae319f5

Please sign in to comment.