Reset file modes from recent PR.
This commit is contained in:
parent
43075eec67
commit
d1d4eac986
2
api/api.php
Executable file → Normal file
2
api/api.php
Executable file → Normal 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
0
api/userRoutes.php
Executable file → Normal file
Reference in New Issue
Block a user