Skip to content

Commit a092635

Browse files
committed
Merge branch 'staging'
2 parents f473a44 + f9dec18 commit a092635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/quartz-app/src/data/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import createClient from "openapi-fetch";
22
import { paths } from "@/src/types/schema";
33

44
const client = createClient<paths>({
5-
baseUrl: "https://api-dev.quartz.energy/",
5+
baseUrl: process.env.NEXT_PUBLIC_API_URL || "https://api-dev.quartz.energy/",
66
// "http://localhost:8000/",
77
// headers: {
88
// Authorization: `Bearer ${process.env.API_KEY}`,

0 commit comments

Comments
 (0)