feat: replace IP with domain name

This commit is contained in:
JingChiang
2024-12-06 05:29:29 +08:00
parent 6c1eee8999
commit ea6049ffad

View File

@@ -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',