8 lines
77 B
PHP
8 lines
77 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
"defaultPath" => "admin",
|
||
|
|
||
|
"mobilePath" => "app",
|
||
|
];
|