v0.1.0-beta.1

+ Реализованы основные компоненты для БД
+ Страница авторизации
+ Страница 404
+ Обработка ошибок
+ Логирование событий
This commit is contained in:
Alexander Zhirov 2023-06-08 16:56:05 +03:00
parent e74c0a1af0
commit 082a55ea9f
8 changed files with 32 additions and 14 deletions

View file

@ -180,7 +180,7 @@ void postReq(HTTPServerRequest req, HTTPServerResponse res) {
return;
}
log.d("json request: " ~ jsr.to!string);
log.d("%s: json request %s".format(req.clientAddress.toAddressString(), jsr.to!string));
switch (query) {
case "login":