WIP create a video type inference method and a mapping into a content type.
This commit is contained in:
@@ -7,6 +7,7 @@ use actix_web::{get, web, HttpResponse, Responder};
|
||||
use actix_web_httpauth::middleware::HttpAuthentication;
|
||||
|
||||
pub mod user;
|
||||
pub mod video;
|
||||
|
||||
#[get("/health")]
|
||||
async fn health() -> impl Responder {
|
||||
|
||||
Reference in New Issue
Block a user