slimphp / Slim-Skeleton

Slim Framework 4 Skeleton Application
http://www.slimframework.com
MIT License
1.59k stars 478 forks source link

Error 405 #357

Open glewe opened 2 weeks ago

glewe commented 2 weeks ago

After initial installation and pointing my browser to the folder I get:

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