9 lines
125 B
PHP
9 lines
125 B
PHP
![]() |
<?php
|
||
|
return [
|
||
|
'urls' => function() {
|
||
|
return [
|
||
|
'base' => 'http://localhost:8080'
|
||
|
];
|
||
|
}
|
||
|
];
|