v0.0.14 - Still working on commenting out old code and deleting

This commit is contained in:
Your Name
2025-09-11 07:48:33 -04:00
parent cafaa2f2e2
commit e1741fb1fc
10 changed files with 225 additions and 22 deletions

View File

@@ -251,7 +251,7 @@ int validate_sha256_format(const char* sha256);
/////////////////////////////////////////////////////////////////////////////////////////
// Admin API request handler
void handle_admin_api_request(const char* method, const char* uri);
void handle_admin_api_request(const char* method, const char* uri, const char* validated_pubkey, int is_authenticated);
// Individual endpoint handlers
void handle_stats_api(void);