Skip to content

Commit

Permalink
Merge pull request #9 from ceramicstudio/mzk/port-fix
Browse files Browse the repository at this point in the history
Editing default port to 5101 for api server
  • Loading branch information
mzkrasner authored Aug 12, 2024
2 parents d48f2db + 3ed03a1 commit b9f6f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { WriteSubpageState } from "@/components/write-subpage.state";
import { ReadSubpageState } from "@/components/read-subpage.state";

const ENV_DISPLAY_ENDPOINT = true;
const DEFAULT_ENDPOINT = "http://localhost:5001";
const DEFAULT_ENDPOINT = "http://localhost:5101";

export default function Home() {
useSignals();
Expand Down

0 comments on commit b9f6f9d

Please sign in to comment.