change base url variable to BANK_CALL_BASE_URL

This commit was merged in pull request #5.
This commit is contained in:
lennyaiko
2025-04-10 17:36:59 +01:00
parent 16fcd4f4cd
commit 4713cd7454
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import requests
class KafkaIntegration:
BASE_URL = settings.SIMBRELLA_BASE_URL
BASE_URL = settings.BANK_CALL_BASE_URL
_consumer = None