You've already forked Promocode-API
mirror of
https://github.com/devitq/Promocode-API.git
synced 2026-05-22 23:17:10 +00:00
chore!: small improvement in naming
This commit is contained in:
@@ -7,7 +7,7 @@ import environ
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
from health_check.plugins import plugin_dir
|
||||
|
||||
from config.integrations.antifraud.healthcheck import AntifraudHealthcheck
|
||||
from config.integrations.antifraud.healthcheck import AntifraudHealthCheck
|
||||
|
||||
BASE_DIR = Path(__file__).resolve().parent.parent
|
||||
|
||||
@@ -34,7 +34,7 @@ ANTIFRAUD_ENDPOINT = (
|
||||
|
||||
# Register healthcheck
|
||||
|
||||
plugin_dir.register(AntifraudHealthcheck)
|
||||
plugin_dir.register(AntifraudHealthCheck)
|
||||
|
||||
|
||||
# Caching
|
||||
|
||||
Reference in New Issue
Block a user