Skip to content

Commit 0a1a751

Browse files
committed
⚙️✏️ ping endpoint url name
1 parent cf65879 commit 0a1a751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/check_server_status.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:http/http.dart' as http;
22

33
Future<bool> getServerStatus () async {
44
final response = await http.get(
5-
Uri.parse('https://quiet-pup-summary.ngrok-free.app/server-status'),
5+
Uri.parse('https://quiet-pup-summary.ngrok-free.app/ping'),
66
);
77

88
return response.statusCode == 200;

0 commit comments

Comments
 (0)