1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-10 16:14:20 +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

@@ -1,7 +1,3 @@
<?php
/*
use App\Controllers\ApiController;
$app->get('/api', ApiController::class . ':index' )->setName('api.index');
*/
?>