Commit 14852e2
fix: Update EHRBase URL configuration to remove /rest path (#29)
* fix: Remove /rest suffix from EHRBASE_URL to fix double /rest/rest/ in oehrpy requests
The oehrpy SDK appends /rest/ to the base URL internally. With the config
default including /rest, all EHRBase API calls used /ehrbase/rest/rest/...
causing 404 errors for composition creation and AQL queries.
https://claude.ai/code/session_01Ekocc3LkbEMZ1DDSVWRQxS
* docs: Update PRD to use correct oehrpy base URL without /rest suffix
https://claude.ai/code/session_01Ekocc3LkbEMZ1DDSVWRQxS
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 87746f5 commit 14852e2
File tree
3 files changed
+4
-4
lines changed- api/src
- docs/prd
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
373 | 373 | | |
374 | 374 | | |
375 | 375 | | |
376 | | - | |
| 376 | + | |
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
0 commit comments