We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ebdf8 commit 7db9d81Copy full SHA for 7db9d81
vite.config.ts
@@ -9,7 +9,7 @@ export default defineConfig({
9
proxy: {
10
'/v1/auth/': 'http://localhost:8080',
11
'/v1/discovery/': 'http://localhost:8080',
12
- '/v1experimental/discovery/': 'http://localhost:8080',
+ '/v1experimental/evidence/': 'http://localhost:8080',
13
'/v1/evidence_store/': 'http://localhost:8080',
14
'/v1/assessment/': 'http://localhost:8080',
15
'/v1/evaluation/': 'http://localhost:8080',
0 commit comments