Skip to content

Commit 79800f2

Browse files
committed
Change fallback URL
1 parent 70b4115 commit 79800f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/middleware/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const backend =
44
process.env.CUPCAKE_BACKEND ??
55
(process.env.NODE_ENV === "development"
66
? "http://127.0.0.1:8080"
7-
: "https://cupcake-backend.java.no")
7+
: "https://cupcake-backend.javazone.no")
88

99
const shouldProxy = (url: string) =>
1010
url.startsWith("/api") ||

0 commit comments

Comments
 (0)