Skip to content

Commit

Permalink
Merge branch 'development' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
braddf committed May 8, 2024
2 parents 6f88da2 + 56b996c commit f9dec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/quartz-app/src/data/apiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import createClient from "openapi-fetch";
import { paths } from "@/src/types/schema";

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

0 comments on commit f9dec18

Please sign in to comment.