tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
5
fork
atom
Openstatus
www.openstatus.dev
5
fork
atom
overview
issues
pulls
pipelines
fix: proxy
Maximilian Kaske
3 months ago
0d239ea3
6029e7fd
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
status-page
src
proxy.ts
+1
-1
apps/status-page/src/proxy.ts
···
44
44
45
45
console.log({ pathname: url.pathname, type, prefix, subdomain });
46
46
47
47
-
if (url.pathname === "/" && type !== "hostname" && subdomain !== null) {
47
47
+
if (url.pathname === "/" && type !== "hostname" && subdomain === null) {
48
48
return response;
49
49
}
50
50