add timed cache decorator

This commit is contained in:
2022-08-27 18:22:57 +03:00
parent cd307e6403
commit 4c49b58546
8 changed files with 52 additions and 30 deletions

View File

@@ -4,7 +4,7 @@
# Removing some headers for improved security:
header -Server
route /transport/{$TELEGRAM_API_TOKEN} {
route /transport/* {
reverse_proxy transport_bot:8084
}
}