Browse Source

fix home page route

main
ghost 9 months ago
parent
commit
a32a1eab67
  1. 1
      src/server.php

1
src/server.php

@ -82,6 +82,7 @@ foreach ((array) scandir(__DIR__ . '/../host') as $host) @@ -82,6 +82,7 @@ foreach ((array) scandir(__DIR__ . '/../host') as $host)
switch ($request->getPath())
{
// Home page
case null:
case '/':
// Get rooms list

Loading…
Cancel
Save