config: switch API base URL to public domain rayhan-erp.bolbol.tn
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
78063c4925
commit
c3278327e9
|
|
@ -2,7 +2,7 @@ import 'package:dio/dio.dart';
|
||||||
import 'package:shared_preferences/shared_preferences.dart';
|
import 'package:shared_preferences/shared_preferences.dart';
|
||||||
|
|
||||||
class ApiClient {
|
class ApiClient {
|
||||||
static const String baseUrl = 'http://192.168.100.33:8090/api';
|
static const String baseUrl = 'https://rayhan-erp.bolbol.tn/api';
|
||||||
|
|
||||||
static final Dio _dio = Dio(BaseOptions(
|
static final Dio _dio = Dio(BaseOptions(
|
||||||
baseUrl: baseUrl,
|
baseUrl: baseUrl,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue