Implemented first mobile detected route:)

This commit is contained in:
Sebastian
2020-06-22 21:08:09 +02:00
parent f5fd0eb5bd
commit 070ff2e3c6
3 changed files with 31 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
"defaultPath" => "admin",
"mobilePath" => "app",
];