Skip to content

Commit b04cd6b

Browse files
fix config baseURL
1 parent 2179fd1 commit b04cd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"#important to keep it /api for prod": true,
3-
"baseURL": "https://app.rocketadmin.com/api",
3+
"baseURL": "/api",
44
"saasURL": "https://saas.rocketadmin.com"
55
}

0 commit comments

Comments
 (0)