fix(profile): change API path from /api/gateway to /api
Some checks failed
build-and-release / build (push) Failing after 1m11s
Some checks failed
build-and-release / build (push) Failing after 1m11s
This commit is contained in:
parent
38c7b4022d
commit
09e26d2935
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue