We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 944d47e + ab64bb8 commit bc5fcb8Copy full SHA for bc5fcb8
src/config/index.ts
@@ -44,7 +44,7 @@ export const CLOSED_PENDING_PAYMENT = "closed pending payment";
44
export const PAYMENTS = "/payments";
45
export const YOUR_FILINGS_PATH = "/user/transactions";
46
47
-export const EXCLUDED_PATHS = /\/register-an-overseas-entity\/((?!healthcheck).)*/;
+export const EXCLUDED_PATHS = /^\/(?!register-an-overseas-entity\/healthcheck).*/;
48
49
// FEATURE FLAGS
50
export const SHOW_SERVICE_OFFLINE_PAGE = getEnvironmentValue("SHOW_SERVICE_OFFLINE_PAGE");
0 commit comments