mirror of https://github.com/jumpserver/jumpserver
8 lines
90 B
Python
8 lines
90 B
Python
![]() |
# coding:utf-8
|
||
|
from django.urls import path
|
||
|
|
||
|
app_name = 'applications'
|
||
|
|
||
|
urlpatterns = [
|
||
|
]
|