fix(profile): change API path from /api/gateway to /api
Some checks failed
build-and-release / build (push) Failing after 1m11s

This commit is contained in:
Ashwin Kumar Sivakumar 2026-07-05 18:00:39 +05:30
parent 38c7b4022d
commit 09e26d2935

View file

@ -29,7 +29,7 @@ import {
type DocField,
} from "~/lib/profile-fields-config";
const API = "/api/gateway";
const API = "/api";
const PORTFOLIO_PREFIX: Record<string, string> = {
PHOTOGRAPHER: "photographers",