feat: use medium.com's URL patterns

closes: https://github.com/realaravinth/libmedium/issues/28
This commit is contained in:
Aravinth Manivannan
2023-12-07 16:54:47 +05:30
parent a1491cb8d0
commit 2272eaa90c
2 changed files with 20 additions and 1 deletions

View File

@ -69,7 +69,6 @@ impl Settings {
s = s.add_source(Environment::with_prefix("PAGES").separator("__"));
match env::var("PORT") {
Ok(val) => {
s = s.set_override("server.port", val).unwrap();