tsk-207: Move code elsewhere that is found in src/main.rs #242

Merged
kdeng00 merged 6 commits from tsk-207 into main 2025-11-04 11:19:12 -05:00
Showing only changes of commit 9d2bae7c29 - Show all commits
+1 -1
View File
@@ -107,7 +107,7 @@ mod tests {
mod init {
pub async fn app(pool: sqlx::PgPool) -> axum::Router {
crate::init::routes()
crate::config::init::routes()
.await
.layer(axum::Extension(pool))
.layer(axum::extract::DefaultBodyLimit::max(1024 * 1024 * 1024))