Extract some functions to the app module: preparation for integration tests.
This commit is contained in:
parent
898f2e1160
commit
7f94159852
14 changed files with 605 additions and 521 deletions
|
|
@ -8,7 +8,14 @@ use axum::{
|
|||
};
|
||||
use serde::Deserialize;
|
||||
|
||||
use crate::{AppState, Context, Result, consts, data::db, html_templates::*, log::Log, ron_utils};
|
||||
use crate::{
|
||||
app::{AppState, Context, Result},
|
||||
consts,
|
||||
data::db,
|
||||
html_templates::*,
|
||||
log::Log,
|
||||
ron_utils,
|
||||
};
|
||||
|
||||
pub mod fragments;
|
||||
pub mod recipe;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue