Skip to content

Commit 749d200

Browse files
committed
fix(marketplace): Update URLs to use /marketplace path and relative API endpoints
- Change API_BASE to relative '/api' for production - Move marketplace to /marketplace instead of /marketplace/frontend - Update MkDocs navigation - Fix logo path in marketplace index
1 parent 408ad1b commit 749d200

File tree

9 files changed

+2289
-4
lines changed

9 files changed

+2289
-4
lines changed

docs/md_v2/marketplace/admin/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Admin Dashboard - Smart & Powerful
2-
const API_BASE = 'http://localhost:8100/api';
2+
const API_BASE = '/api';
33

44
class AdminDashboard {
55
constructor() {

0 commit comments

Comments
 (0)