mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-03 16:35:10 +00:00
8 lines
90 B
Python
8 lines
90 B
Python
# coding:utf-8
|
|
from django.urls import path
|
|
|
|
app_name = 'applications'
|
|
|
|
urlpatterns = [
|
|
]
|