use Siler\Functional as λ; // Just to be cool, don't use non-ASCII identifiers ;)
use Siler\Route;
Route\get('/test', λ\puts('Hello World'));
Calling
/test?filters=f5iOhq-XT%3A4uibHCTuuA
gets no result, so it seems like to route cannot be found.
hope you can reproduce this issue.
Calling
gets no result, so it seems like to route cannot be found.
hope you can reproduce this issue.