Switched API

This commit is contained in:
Firq 2024-10-04 00:31:31 +02:00
parent 27fd95ba1e
commit 1eafc1a0e1
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
6 changed files with 21 additions and 6 deletions
support_formatter/config

View file

@ -33,3 +33,5 @@ class APISettings:
ALLOWED_EXTENSIONS = { 'csv', 'txt' }
FILE_SAVE_DIRECTORY = Path(__file__).parents[1] / ".temp"
UI_URL = "https://support-formatter.firq.dev/"