Skip to content

Commit 7faee14

Browse files
committed
edit
1 parent 50a362f commit 7faee14

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

custom-redirect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export async function c_redirect(request, response, thrownError = null, isMainte
9292
}
9393

9494
// NPM down so all services down
95-
if(npmUp) {
95+
if(!npmUp) {
9696
// it's the default message so no need to change anything
9797
}
9898

wrangler.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,3 @@ TEXT_CONTAINER_ERROR_GIF = "https://raw.githubusercontent.com/JamesDAdams/cloudf
5353
ENABLE_4G_BANNER = true
5454
# Message for 4G banner when fiber is down
5555
TEXT_4G_BANNER_MESSAGE = "Attention des lenteurs peuvent survenir, ma fibre est H.S. Le serveur fonctionne en 4G !"
56-
57-
NPM_HEALTH_URL = "http://test.jamesserver.fr"

0 commit comments

Comments
 (0)