405, Method not allowed. Must be one of: OPTIONS
hanafiahtkj opened this issue · 1 comments
hanafiahtkj commented
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"
}
}
hanafiahtkj commented
$app->setBasePath('/myapp');