update api address
This commit is contained in:
parent
32e3cc574c
commit
95b2e0bf11
@ -5,8 +5,8 @@ import 'dart:io';
|
|||||||
import 'package:fbla_ui/shared.dart';
|
import 'package:fbla_ui/shared.dart';
|
||||||
import 'package:http/http.dart' as http;
|
import 'package:http/http.dart' as http;
|
||||||
|
|
||||||
// var apiAddress = 'https://homelab.marinodev.com/fbla-api';
|
var apiAddress = 'https://homelab.marinodev.com/fbla-api';
|
||||||
var apiAddress = 'http://192.168.0.114:8000/fbla-api';
|
// var apiAddress = 'http://192.168.0.114:8000/fbla-api';
|
||||||
var client = http.Client();
|
var client = http.Client();
|
||||||
|
|
||||||
Future fetchBusinessData() async {
|
Future fetchBusinessData() async {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user