Feat: Route-Dateien aus .gitignore entfernt und hinzugefügt
linter / quality (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled

This commit is contained in:
2026-04-09 20:09:51 +02:00
parent c178fab470
commit 923eab0773
45 changed files with 5242 additions and 0 deletions
@@ -0,0 +1,8 @@
import ProfileController from './ProfileController'
import SecurityController from './SecurityController'
const Settings = {
ProfileController: Object.assign(ProfileController, ProfileController),
SecurityController: Object.assign(SecurityController, SecurityController),
}
export default Settings