Skip to content

Commit 0e68fec

Browse files
committed
fix: backend server
1 parent b271534 commit 0e68fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/lib/services/api_service.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:frontend/services/auth_service.dart';
77
import 'package:http/http.dart' as http;
88

99
class ApiService {
10-
final String baseURL = 'https://ecell-npci-io.onrender.com/api';
10+
final String baseURL = 'https://tqrxxx81-1234.inc1.devtunnels.ms/api';
1111
final AuthService _authService = AuthService();
1212

1313
Future<Map<String, dynamic>?> post(String endpoint, dynamic body) async {

0 commit comments

Comments
 (0)