move media helpers from api to services

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-30 05:29:32 +00:00
parent a0a002b17f
commit 24884c3b9b
9 changed files with 296 additions and 275 deletions

3
Cargo.lock generated
View file

@ -653,7 +653,6 @@ dependencies = [
"http 1.1.0",
"http-body-util",
"hyper 1.4.1",
"image",
"ipaddress",
"jsonwebtoken",
"log",
@ -666,7 +665,6 @@ dependencies = [
"sha-1",
"tokio",
"tracing",
"webpage",
]
[[package]]
@ -802,6 +800,7 @@ dependencies = [
"tokio",
"tracing",
"url",
"webpage",
]
[[package]]