Skip to content

Commit 7db9d81

Browse files
authored
Fix endpoint `'/v1experimental/" (#257)
1 parent b9ebdf8 commit 7db9d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default defineConfig({
99
proxy: {
1010
'/v1/auth/': 'http://localhost:8080',
1111
'/v1/discovery/': 'http://localhost:8080',
12-
'/v1experimental/discovery/': 'http://localhost:8080',
12+
'/v1experimental/evidence/': 'http://localhost:8080',
1313
'/v1/evidence_store/': 'http://localhost:8080',
1414
'/v1/assessment/': 'http://localhost:8080',
1515
'/v1/evaluation/': 'http://localhost:8080',

0 commit comments

Comments
 (0)