Skip to content

Commit

Permalink
fix(ops): changed api URl
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtcircuits committed Sep 2, 2024
1 parent 8798bde commit a4e4120
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ export function cn(...inputs: ClassValue[]) {
}

export function getBackendURL() {
return (
process.env.NEXT_PUBLIC_BACKEND_URL || "https://api-gists.courtcircuits.xyz"
);
return process.env.NEXT_PUBLIC_BACKEND_URL || "https://api.gists.app";
}

0 comments on commit a4e4120

Please sign in to comment.