Files
aitbc/apps
aitbc a3cedae262
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
Fix IPFS router import path error
Coordinator API:
- Fixed import path in ipfs.py from ...services to ....services
- File is in contexts/ipfs/routers/, needs 4 dots to reach services/
- Corrected both services and config imports

This fixes ModuleNotFoundError: No module named 'app.contexts.services'
2026-05-14 23:03:55 +02:00
..