Reset file modes from recent PR.

This commit is contained in:
kiswa 2014-10-20 15:09:13 -04:00
parent 43075eec67
commit d1d4eac986
2 changed files with 1 additions and 1 deletions

2
api/api.php Executable file → Normal file
View File

@ -21,7 +21,7 @@ try {
createInitialUser();
} catch(Exception $e) {
$app->response->setStatus(503);
$jsonResponse->message = 'Connection to Database failed. Ensure api is writable.';
$jsonResponse->message = 'Connection to database failed. Ensure api is writable.';
$app->response->setBody($jsonResponse->asJson());
}

0
api/userRoutes.php Executable file → Normal file
View File