forked from miguel456/rbrecruiter
Miguel Nogueira
2ff0da3e4f
Also moved redundant HTML markup to component file for reuse. Username to UUID converter also added as Middleware
17 lines
246 B
PHP
17 lines
246 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'urls' =>
|
|
[
|
|
|
|
'mojang' => [
|
|
|
|
'statuscheck' => env('MOJANG_STATUS_URL') ?? 'https://status.mojang.com/check',
|
|
'api' => env('MOJANG_API_URL') ?? ' https://api.mojang.com'
|
|
|
|
]
|
|
]
|
|
|
|
];
|