mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-10 11:23:41 +02:00
refactoring route names
This commit is contained in:
@@ -3,9 +3,10 @@ use std::sync::Arc;
|
||||
use axum::response::Html;
|
||||
use minijinja_autoreload::AutoReloader;
|
||||
|
||||
pub mod auth;
|
||||
pub mod index;
|
||||
pub mod search_result;
|
||||
pub mod signin;
|
||||
pub mod signup;
|
||||
|
||||
pub trait PageData {
|
||||
fn template_name() -> &'static str;
|
||||
|
||||
Reference in New Issue
Block a user