-
-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
It's about my file:
require 'src/Epi.php';
Epi::setPath('base','src');
Epi::init('route');
getRoute()->get('/','hello');
getRoute()->get('/talk','talk');
getRoute()->run();
function hello(){
echo 'hello';
}
function talk(){
echo 'Hello World';
}
example: myhost.com/talk , It's not working , Please fix it for me! , While test in localhost it's working
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels