From 67348db026a9ff7217b84b0e17dcfcc92a91dad6 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 17 Jun 2026 08:59:07 +0800 Subject: [PATCH] Fix ops admin back link and local /admin-api proxy. Use SPA root for the return-to-ops nav and proxy /admin-api in Vite dev so super-admin API calls work locally. Co-authored-by: Cursor --- ops/src/components/AdminLayout.tsx | 2 +- ops/vite.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ops/src/components/AdminLayout.tsx b/ops/src/components/AdminLayout.tsx index df94d57..63c237f 100644 --- a/ops/src/components/AdminLayout.tsx +++ b/ops/src/components/AdminLayout.tsx @@ -16,7 +16,7 @@ export function AdminLayout() {