Commenting is broken
carlbennett opened this issue · 1 comments
carlbennett commented
https://dev.bnetdocs.org/comment/create
{
"exception": "CarlBennett\\MVC\\Libraries\\Exceptions\\ControllerNotFoundException",
"code": 10002,
"file": "\/opt\/carlbennett\/nginx-www\/local.bnetdocs.org\/lib\/carlbennett\/php-mvc\/src\/libraries\/Router.php",
"line": 240,
"message": "Unable to find a suitable controller given the path",
"stacktrace": [
{
"file": "\/opt\/carlbennett\/nginx-www\/local.bnetdocs.org\/src\/main.php",
"line": 232,
"function": "route",
"class": "CarlBennett\\MVC\\Libraries\\Router",
"type": "->",
"args": []
},
{
"file": "\/opt\/carlbennett\/nginx-www\/local.bnetdocs.org\/src\/main.php",
"line": 237,
"function": "BNETDocs\\main",
"args": []
}
]
}carlbennett commented
Fixed in e5d59f5.