Commit Graph

5 Commits

Author SHA1 Message Date
Ben_Kosytorz aefdcb38de refactor(api): simplify actix_web imports and remove unused modules
- Removed unused imports (Scope, Arc, Mutex) from api/mod.rs
- Updated config function signature to use ServiceConfig instead of Scope
- Removed unused session_manager module from main.rs
- Cleaned up documentation comments in models and queue_service modules
- Simplified import statements across backend modules for better readability

This refactoring removes unnecessary dependencies and cleans up the codebase by eliminating unused imports and redundant documentation while maintaining all functionality.
2026-03-03 00:08:58 +01:00
Ben_Kosytorz 94da6f618d added .gitignore 2026-03-02 23:30:14 +01:00
Ben_Kosytorz 7ed475736e Merge pull request 'Vibecode vom feinsten.' (#1) from master into main
Reviewed-on: #1
2026-03-02 23:13:00 +01:00
Ben_Kosytorz c1d1fc94ba vim 2026-03-02 23:06:24 +01:00
Ben_Kosytorz 27a13e3084 Initial commit 2026-03-02 22:27:15 +01:00