Skip to content

Commit

Permalink
Temporary use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Dec 6, 2023
1 parent c07f4dc commit d349a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/app/(copilot)/copilot/[copilot_id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Widget = dynamic(() => import("./CopilotWidget"));

function InstallationSection() {
const { token: CopilotToken } = useCopilot();
const baseUrl = "https://cloud.opencopilot.so/backend"
const baseUrl = "http://localhost:8888/backend" // @todo read from the env
return (
<section className="rounded-lg border bg-white shadow-sm">
<AccordionItem value="installation">
Expand Down

0 comments on commit d349a4b

Please sign in to comment.