django_spire.theme.urls.json_urls
app_name = 'json'
module-attribute
urlpatterns = [path('get_config/', json_views.get_config, name='get_config'), path('set_theme/', json_views.set_theme, name='set_theme')]
module-attribute