Skip to content

Commit

Permalink
attempt to trigger pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DJaegerScript committed Jan 19, 2024
1 parent 7a2a951 commit 6c37c2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/lib/common/services/http_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import 'package:jagadis/main.dart';
import 'package:path/path.dart' as path;

class HttpService {
// TODO: make dynamic from .env
static const String _baseUrl = String.fromEnvironment("API_URL");
static final Map<String, String> headers = {
"Content-Type": "application/json",
Expand Down

0 comments on commit 6c37c2e

Please sign in to comment.