Fixed error where track api route was not unsubscribing contacts

This commit is contained in:
EJS00102
2024-10-15 15:35:02 +02:00
parent 81247734b3
commit 6d367fd2cf
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# ENV
JWT_SECRET=mysupersecretJWTsecret
REDIS_URL=redis://127.0.0.1:56379
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/postgres
DATABASE_URL=postgresql://postgres:postgres@localhost:55432/postgres
DISABLE_SIGNUPS=false
# AWS