From 09e26d29351254edb2781b6a4adbda2e1dba4dc8 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Sivakumar Date: Sun, 5 Jul 2026 18:00:39 +0530 Subject: [PATCH] fix(profile): change API path from /api/gateway to /api --- src/components/dashboard/ProfilePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",