1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Do not embed the templates and static files in the binary

This commit is contained in:
Quentin Gliech
2022-11-18 21:03:04 +01:00
parent 834214bcac
commit 9c0ece7512
51 changed files with 150 additions and 3518 deletions

View File

@ -539,7 +539,7 @@ impl StaticAsset {
impl Route for StaticAsset {
type Query = ();
fn route() -> &'static str {
"/assets"
"/assets/"
}
fn path(&self) -> std::borrow::Cow<'static, str> {