mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
Fix default tenant route (#132)
This commit is contained in:
parent
a166de2ef6
commit
5b154d1834
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class Install extends Command
|
|||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
Route::get('/app', function () {
|
||||
return 'This is your multi-tenant application. The id of the current tenant is ' . tenant('id');
|
||||
});
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue