feature: HL7 FHIR R4 Integration

This commit is contained in:
voltsrage
2026-06-27 22:23:45 +08:00
parent 756cff332c
commit 5646dfddb4
27 changed files with 2658 additions and 16 deletions
+4
View File
@@ -16,6 +16,10 @@ export default defineConfig({
target: 'http://localhost:5217',
changeOrigin: true,
},
'/fhir': {
target: 'http://localhost:5217',
changeOrigin: true,
},
},
},
})