You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-23 00:27:12 +00:00
feat: added promocode activation
also code reformatting and bug fixes
This commit is contained in:
@@ -28,7 +28,7 @@ ALLOWED_HOSTS = env(
|
||||
|
||||
# Integrations
|
||||
|
||||
ANTIFRAUD_ENDPOINT = (
|
||||
ANTIFRAUD_ADDRESS = (
|
||||
f"http://{env('ANTIFRAUD_ADDRESS', default='http://localhost:9090')}"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user