Separate app bootstrapping and routes

This commit is contained in:
Bernd Bestel
2018-04-15 14:51:31 +02:00
parent e9bc51ca3d
commit 2bf3448d18
3 changed files with 48 additions and 45 deletions

View File

@@ -1,3 +1,3 @@
<?php
require_once __DIR__ . '/../bootstrap.php';
require_once __DIR__ . '/../app.php';