Trying to understand slim 4 Skeleton

Hi,

Im trying to use this skeleton : GitHub - slimphp/Slim-Skeleton: Slim Framework 4 Skeleton Application

I’d use a lot slim 3 skeleton, but i don’t understand logical with slim4 skeleton…

For example in my routing.php :

if go on localhost : it’s ok !

if i go to /users, it’s ok !

but if i go to toto (same code as /) :

image

Why ?

Seems like it is matching this route which is not defined as a GET route, it is an OPTIONS route