Git inicializacia

This commit is contained in:
Jaroslav Drzik
2019-11-15 11:03:55 +01:00
commit e2f7d8b5c6
93 changed files with 8193 additions and 0 deletions

7
app/Http/routes.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
Route::get('/log',function () {
echo "TEST";
});