Add assets route

This commit is contained in:
2022-03-30 09:40:46 +02:00
parent 6d8b8979ca
commit d75242d213
8 changed files with 12268 additions and 27 deletions

View File

@@ -1,3 +1,8 @@
#[macro_use]
extern crate rocket;
pub mod data;
pub mod utils;
pub mod constants;
pub mod constants;
pub mod controllers;