from django.urls import path from apps.api import views urlpatterns = [ path("getconfig/", views.getconfig, name="getconfig"), ]