Skip to content

Commit

Permalink
url change
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Oct 2, 2024
1 parent e193d17 commit 3bbaeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/colorPicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useQuery } from "@tanstack/react-query";
import { Radio, RadioGroup } from "@headlessui/react";
import { ColorsResponse } from "../interfaces";
// const BASE_URL = import.meta.env.VITE_BASE_URL;
const BASE_URL = "https://rc-store.benhalverson.dev";
const BASE_URL = "https://3dprinter-web-api.benhalverson.workers.dev";

const ColorPicker: React.FC<Props> = ({filamentType}) => {
const url = new URL(`${BASE_URL}/colors`);
Expand Down

0 comments on commit 3bbaeea

Please sign in to comment.