7 lines
119 B
Python
7 lines
119 B
Python
from django.conf import settings
|
|
|
|
def cfg_client_id(request):
|
|
|
|
return { "discordClientId": settings.DISCORD_KEY }
|
|
|