fix: url
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
This commit is contained in:
parent
ba24e7417d
commit
79ef9eb8d6
@ -35,7 +35,7 @@ export const isOnline = async () => {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// Define a URL to check the online status
|
// Define a URL to check the online status
|
||||||
const url = 'https://www.sigit.io'
|
const url = 'https://sigit.io'
|
||||||
|
|
||||||
// Make a HEAD request to the URL with 'no-cors' mode
|
// Make a HEAD request to the URL with 'no-cors' mode
|
||||||
// This mode is used to handle opaque responses which do not expose their content
|
// This mode is used to handle opaque responses which do not expose their content
|
||||||
|
Loading…
Reference in New Issue
Block a user