mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-31 02:44:59 +00:00
12 lines
161 B
Python
12 lines
161 B
Python
# ~*~ coding: utf-8 ~*~
|
|
from __future__ import unicode_literals
|
|
|
|
from django.urls import path
|
|
|
|
__all__ = ["urlpatterns"]
|
|
|
|
app_name = "audits"
|
|
|
|
urlpatterns = [
|
|
]
|