Fix: proxy API prefix, version from config, remove auth from framework/system endpoints
- Proxy routes now use /SenSu/api/proxy (was missing prefix) - Projects routes use dynamic prefix - Version reads from config/framework/base_config.yaml - Framework/System APIs no longer require auth (public info) - Proxy init separated from route setup (avoids frozen router error) - Version updated to v0.6.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
framework:
|
||||
debug: true
|
||||
name: SenSu
|
||||
version: v0.5.0
|
||||
version: v0.6.0
|
||||
logging:
|
||||
debug_level_file: true
|
||||
level: DEBUG
|
||||
|
||||
Reference in New Issue
Block a user