settings: add base url, WIP flash system
This commit is contained in:
parent
f2bea92272
commit
c670201b86
18 changed files with 190 additions and 68 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -565,6 +565,7 @@ dependencies = [
|
|||
"rocket_db_pools",
|
||||
"rocket_dyn_templates",
|
||||
"settings",
|
||||
"url",
|
||||
"users",
|
||||
]
|
||||
|
||||
|
|
@ -2071,6 +2072,7 @@ dependencies = [
|
|||
"database",
|
||||
"id",
|
||||
"thiserror",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue