feat: migrate record_stats to use db_*

This commit is contained in:
realaravinth
2022-05-27 16:23:33 +05:30
parent d28d752a78
commit bbc8873762
9 changed files with 121 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ actix-http = "3.0.4"
actix-rt = "2"
actix-cors = "0.6.1"
actix-service = "2.0.0"
#my-codegen = {version="0.5.0-beta.5", package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
async-trait = "0.1.51"
mime_guess = "2.0.3"
rust-embed = "6.4.0"
cache-buster = { git = "https://github.com/realaravinth/cache-buster" }