feat: replace IP with domain name
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user