-
Aleksandr Lysikov authored6db4877c
auth.c 106 B
#include <db_auth.h>
int dap_server_http_db_auth_check_key(uint8_t *key)
{
exist_user_in_db("da");
}
#include <db_auth.h>
int dap_server_http_db_auth_check_key(uint8_t *key)
{
exist_user_in_db("da");
}