feat: Update default API endpoint to production URL in ApiConfig and settings screen
This commit is contained in:
@@ -524,7 +524,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
|
||||
],
|
||||
),
|
||||
const SizedBox(height: 24),
|
||||
const Text('API endpoint (ej: http://localhost:3000/api)'),
|
||||
const Text('API endpoint (ej: https://notas-api.lpncnd.es/api)'),
|
||||
const SizedBox(height: 8),
|
||||
_buildResponsiveInputActionsRow(
|
||||
input: _endpointLoading
|
||||
|
||||
Reference in New Issue
Block a user