Add templates for 404 pages
This commit is contained in:
parent
7bf18486bc
commit
e6616c75af
4 changed files with 364 additions and 7 deletions
|
|
@ -12,6 +12,7 @@ openidconnect = "3.3.0"
|
|||
parking_lot = "0.12.1"
|
||||
serde = { version = "1.0.183", features = ["derive"] }
|
||||
sqlx = { version = "0.7.1", features = ["runtime-tokio", "postgres", "uuid", "migrate"] }
|
||||
tera = "1.19.0"
|
||||
thiserror = "1.0.44"
|
||||
tokio = { version = "1.31.0", features = ["full"] }
|
||||
tracing = "0.1.37"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue