Commit 0b9b584
fix(api): use Configuration.get_config() in /config endpoint
Previously the GET /config endpoint read the config file directly,
bypassing the Configuration abstraction. This meant any override of
config loading in subclasses or alternate config modules was ignored,
causing the endpoint to always return the on-disk YAML regardless of
the active config source.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4c7c79d commit 0b9b584
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
954 | 954 | | |
955 | 955 | | |
956 | 956 | | |
957 | | - | |
| 957 | + | |
958 | 958 | | |
959 | 959 | | |
960 | 960 | | |
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
966 | | - | |
967 | | - | |
| 966 | + | |
968 | 967 | | |
969 | 968 | | |
970 | 969 | | |
| |||
0 commit comments