Switching to an ApplicationJob based app

This commit is contained in:
Matteo Bertucci
2021-01-14 16:39:26 +01:00
parent b8c4a114f6
commit d44c8d0a71
7 changed files with 98 additions and 54 deletions

View File

@ -0,0 +1,7 @@
# App defaults
DEFAULT_DELAY = "5 minutes"
# Endpoints
BASE_ENDPOINT = "https://api.cloudflare.com/client/v4/"
VERIFY_TOKEN = BASE_ENDPOINT + "user/tokens/verify"