Merged PR 2247: added health endpoint to check pre prod container startup issues
added health endpoint to check pre prod container startup issues Related work items: #22624
This commit is contained in:
@@ -99,7 +99,7 @@ const Header = (props) => {
|
||||
|
||||
const switchLocale = router.asPath.startsWith("/cy") ? "en" : "cy";
|
||||
|
||||
console.log("switch locale", locale === "en" ? "cy" : "en");
|
||||
//console.log("switch locale", locale === "en" ? "cy" : "en");
|
||||
|
||||
// const handleLocaleSwitch = () => {
|
||||
// // const router = useRouter();
|
||||
|
||||
Reference in New Issue
Block a user