Minor tweak.
This commit is contained in:
parent
254947bb37
commit
91ff7f2418
@ -29,7 +29,7 @@ function exceptionHandler($exception) {
|
|||||||
};
|
};
|
||||||
set_exception_handler('exceptionHandler');
|
set_exception_handler('exceptionHandler');
|
||||||
|
|
||||||
R::setup('sqlite:../taskboard.db');
|
R::setup('sqlite:taskboard.db');
|
||||||
createInitialUser();
|
createInitialUser();
|
||||||
|
|
||||||
$app->notFound(function() use ($app, $jsonResponse) {
|
$app->notFound(function() use ($app, $jsonResponse) {
|
||||||
|
Reference in New Issue
Block a user