feat: replace IP with domain name
This commit is contained in:
parent
6c1eee8999
commit
ea6049ffad
|
|
@ -213,7 +213,7 @@ class _FallDetailPageState extends State<FallDetailPage> {
|
|||
|
||||
void _fetchData() async {
|
||||
final conn = await MySQLConnection.createConnection(
|
||||
host: 'https://comprehensive-guardian.systems/',
|
||||
host: 'comprehensive-guardian.systems',
|
||||
port: 33061,
|
||||
userName: 'root',
|
||||
password: 'Topic@2024',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user