*(minor): small refactor
This commit is contained in:
8
passbook/providers/app_gw/urls.py
Normal file
8
passbook/providers/app_gw/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""passbook app_gw urls"""
|
||||
from django.urls import path
|
||||
|
||||
from passbook.providers.app_gw.views import NginxCheckView
|
||||
|
||||
urlpatterns = [
|
||||
path('nginx/', NginxCheckView.as_view())
|
||||
]
|
Reference in New Issue
Block a user