fix(api): add global /api prefix to resolve frontend route mismatch (#507)

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-26 01:13:48 +00:00
committed by jason.woltje
parent 5f6c520a98
commit 72c64d2eeb
9 changed files with 135 additions and 134 deletions
+2 -1
View File
@@ -71,7 +71,8 @@
"request": "npm:@cypress/[email protected]",
"qs": ">=6.15.0",
"tough-cookie": ">=4.1.3",
"undici": ">=6.23.0"
"undici": ">=6.23.0",
"rollup": ">=4.59.0"
}
}
}