Add site details api route

This commit is contained in:
Marcel Pociot
2021-06-17 10:59:33 +02:00
parent c9cb29ed35
commit 7742658527
5 changed files with 105 additions and 2 deletions

View File

@@ -313,6 +313,10 @@ return [
|
*/
'messages' => [
'resolve_connection_message' => function ($connectionInfo, $user) {
return config('expose.admin.messages.message_of_the_day');
},
'message_of_the_day' => 'Thank you for using expose.',
'invalid_auth_token' => 'Authentication failed. Please check your authentication token and try again.',