Перенести все админские эндпоинты на порт 8445 и добавить отдельную авторизацию для админов. Часть 2. Final #3

This commit is contained in:
2026-04-28 12:42:10 +03:00
parent 4ed6a961ab
commit 7ea4efd7d9
38 changed files with 1252 additions and 1124 deletions

View File

@@ -126,6 +126,7 @@
%% ------------------- Баг-трекер --------------------------------------
-record(ticket, {
id :: binary(),
reporter_id :: binary(),
error_hash :: binary(),
error_message :: binary(),
stacktrace :: binary(),