You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-11-21 23:00:50 +03:00
Move templates to their own crate
This commit is contained in:
@@ -14,10 +14,11 @@
|
||||
|
||||
#![allow(clippy::unused_async)] // Some warp filters need that
|
||||
|
||||
use mas_templates::Templates;
|
||||
use sqlx::PgPool;
|
||||
use warp::{Filter, Rejection, Reply};
|
||||
|
||||
use crate::{config::RootConfig, templates::Templates};
|
||||
use crate::config::RootConfig;
|
||||
|
||||
mod health;
|
||||
mod oauth2;
|
||||
|
||||
Reference in New Issue
Block a user