Compliance page vite dev server proxies graphQL API calls
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
|
||||
### Changed
|
||||
|
||||
- Remove query params from compliange page sidebar website displayed URLs
|
||||
- Compliance page vite dev server proxies graphQL API calls to go server port
|
||||
|
||||
## [0.116.11] - 2026-01-27
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ export default defineConfig({
|
||||
server: {
|
||||
port: 5174,
|
||||
proxy: {
|
||||
"/api": {
|
||||
"^/trust/[^/]+/api": {
|
||||
target: "http://localhost:8080",
|
||||
changeOrigin: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user