diff --git a/src/components/dashboard/ProfilePage.tsx b/src/components/dashboard/ProfilePage.tsx index fdfffb0..dd264e3 100644 --- a/src/components/dashboard/ProfilePage.tsx +++ b/src/components/dashboard/ProfilePage.tsx @@ -29,7 +29,7 @@ import { type DocField, } from "~/lib/profile-fields-config"; -const API = "/api/gateway"; +const API = "/api"; const PORTFOLIO_PREFIX: Record = { PHOTOGRAPHER: "photographers",