Skip to content

Commit f9dec18

Browse files
committed
Merge branch 'development' into staging
2 parents 6f88da2 + 56b996c commit f9dec18

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)