updated api for automatically all sites

This commit is contained in:
Simon
2025-08-14 18:54:05 +00:00
parent e67025e104
commit 58871d8db9
3 changed files with 21 additions and 27 deletions

View File

@@ -7,6 +7,10 @@ use dotenvy::dotenv;
use ntex_files as fs;
use ntex::web;
#[macro_use]
extern crate cute;
mod api;
mod db;
mod models;