Commit cfb5ade
authored
Separation of backend services (#933)
* Refactor sync-microservice and backend service configurations
- Updated SYNC_MICROSERVICE_URL in settings.py files to remove redundant API versioning.
- Removed microservice utility functions from main.py and adjusted router configurations.
- Enhanced setup scripts for sync-microservice with Python 3.12 compatibility.
- Improved documentation for sync-microservice setup and troubleshooting.
- Cleaned up server utility functions to streamline service start processes.
- Adjusted API routes in sync-microservice for better organization and clarity.1 parent ae22322 commit cfb5ade
22 files changed
Lines changed: 252 additions & 513 deletions
File tree
- backend
- app
- config
- utils
- docs
- backend/backend_rust
- frontend
- src-tauri
- capabilities
- src
- services
- src
- config
- pages/SettingsPage/components
- utils
- scripts
- sync-microservice
- app
- config
- core
- routes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | | - | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
0 commit comments