Skip to content

Commit

Permalink
#67 Регистрация и отправка ошибок с HTTP статусами
Browse files Browse the repository at this point in the history
  • Loading branch information
xaota committed Jul 16, 2017
1 parent 0d5b52d commit 6b601f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

/** @subsection Обработка ошибочного запроса */
default: // Все прочие запросы игнорируются
Api::error(0, $method . ' : Неверный запрос к Api');
Api::die(0);
}

/** @section Ответ сервера */
Expand Down

0 comments on commit 6b601f0

Please sign in to comment.