mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-25 22:59:10 +00:00
add website structure
This commit is contained in:
5
site/server/app/Http/routes.php
Executable file
5
site/server/app/Http/routes.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
get('/', function() {
|
||||
return 'hi gwent';
|
||||
});
|
Reference in New Issue
Block a user