Add /api/version

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-11-15 21:25:44 +01:00
parent 6e518cc757
commit 21a2ca1e27
8 changed files with 80 additions and 4 deletions
+3
View File
@@ -41,4 +41,7 @@ int api_dns_blacklist(struct mg_connection *conn);
int api_dns_blacklist_exact(struct mg_connection *conn);
int api_dns_blacklist_regex(struct mg_connection *conn);
// Version method
int api_version(struct mg_connection *conn);
#endif // API_H