mirror of
https://github.com/kevachat/geminiapp.git
synced 2025-03-13 05:51:39 +00:00
fix home page route
This commit is contained in:
parent
a2f09e0a65
commit
a32a1eab67
@ -82,6 +82,7 @@ foreach ((array) scandir(__DIR__ . '/../host') as $host)
|
||||
switch ($request->getPath())
|
||||
{
|
||||
// Home page
|
||||
case null:
|
||||
case '/':
|
||||
|
||||
// Get rooms list
|
||||
|
Loading…
x
Reference in New Issue
Block a user