We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b271534 commit 0e68fecCopy full SHA for 0e68fec
frontend/lib/services/api_service.dart
@@ -7,7 +7,7 @@ import 'package:frontend/services/auth_service.dart';
7
import 'package:http/http.dart' as http;
8
9
class ApiService {
10
- final String baseURL = 'https://ecell-npci-io.onrender.com/api';
+ final String baseURL = 'https://tqrxxx81-1234.inc1.devtunnels.ms/api';
11
final AuthService _authService = AuthService();
12
13
Future<Map<String, dynamic>?> post(String endpoint, dynamic body) async {
0 commit comments