mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 12:54:02 +02:00
App logs
This commit is contained in:
@ -27,4 +27,5 @@ from . import views
|
||||
urlpatterns = [
|
||||
url(r'^$', views.index, name='index'),
|
||||
url(r'^revert_action/(?P<revision_id>[0-9]+)$', views.revert_action, name='revert-action'),
|
||||
url(r'^stats_actions/$', views.stats_actions, name='stats-actions'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user