mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Add site details api route
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user