1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 14:16:46 +02:00

Version 1.0.1

This commit is contained in:
Sebastian
2017-05-01 21:44:33 +02:00
parent 50a23a135d
commit 8ef4b30818
20 changed files with 350 additions and 128 deletions

View File

@@ -71,7 +71,7 @@ $container['notFoundHandler'] = function($c)
return new \System\Handlers\NotFoundHandler($c['view']);
};
require __DIR__ . '/Routes/web.php';
require __DIR__ . '/Routes/api.php';
require __DIR__ . '/Routes/web.php';
?>