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
+6
View File
@@ -0,0 +1,6 @@
import Http from './Http'
const App = {
Http: Object.assign(Http, Http),
}
export default App