feat: added flexible configuration system using figment
This commit is contained in:
parent
f16cdfdfff
commit
f9ffc21a3f
11 changed files with 227 additions and 74 deletions
|
|
@ -11,10 +11,7 @@ use axum::{
|
|||
RequestExt, Router,
|
||||
};
|
||||
use axum_extra::{
|
||||
extract::{
|
||||
cookie::{Cookie, Expiration},
|
||||
CookieJar,
|
||||
},
|
||||
extract::{cookie::Cookie, CookieJar},
|
||||
headers::{authorization::Basic, Authorization},
|
||||
TypedHeader,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue