🐞 fix(url): change to google.com

This commit is contained in:
Eshan Roy
2024-07-05 15:32:19 +05:30
parent c19e9d106a
commit 6fe7f1d252

View File

@@ -19,7 +19,7 @@
/* /*
* a constant variable INTERNET_CHECK_URL which stores the URL to check for internet connectivity. * a constant variable INTERNET_CHECK_URL which stores the URL to check for internet connectivity.
*/ */
const char* INTERNET_CHECK_URL = "https://snigdhaos.org"; const char* INTERNET_CHECK_URL = "https://google.com/";
/* /*
* constructor for the SnigdhaOSAssistant class. * constructor for the SnigdhaOSAssistant class.