chore: trigger CI from uat for GRO-1754 #81

Merged
Flea Flicker merged 38 commits from fix/gro-1754-uat-ci into main 2026-05-25 23:23:15 +00:00
Showing only changes of commit ea28095434 - Show all commits
+1 -1
View File
@@ -23,7 +23,7 @@ if (process.env.AUTH_DISABLED === "true") {
}
export const authMiddleware: MiddlewareHandler = async (c, next) => {
if (c.req.path.startsWith("/api/auth/")) {
if (c.req.path.startsWith("/api/auth/") || c.req.path === "/api/health") {
await next();
return;
}