Minor tweak.

This commit is contained in:
kiswa 2015-01-22 15:06:35 -05:00
parent 254947bb37
commit 91ff7f2418

View File

@ -29,7 +29,7 @@ function exceptionHandler($exception) {
};
set_exception_handler('exceptionHandler');
R::setup('sqlite:../taskboard.db');
R::setup('sqlite:taskboard.db');
createInitialUser();
$app->notFound(function() use ($app, $jsonResponse) {