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
|
### Changed
|
||||||
|
|
||||||
- Remove query params from compliange page sidebar website displayed URLs
|
- 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
|
## [0.116.11] - 2026-01-27
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ export default defineConfig({
|
|||||||
server: {
|
server: {
|
||||||
port: 5174,
|
port: 5174,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"^/trust/[^/]+/api": {
|
||||||
target: "http://localhost:8080",
|
target: "http://localhost:8080",
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user