slimphp/Slim-Skeleton

405, Method not allowed. Must be one of: OPTIONS

hanafiahtkj opened this issue · 1 comments

If i run
composer start
it works fine

but dont work if i run http://localhost/slim/public/

respons

{
"statusCode": 405,
"error": {
"type": "NOT_ALLOWED",
"description": "Method not allowed. Must be one of: OPTIONS"
}
}

$app->setBasePath('/myapp');