mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
First commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'banevents'
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.dashboard, name='dashboard'),
|
||||
path('historique/', views.history, name='history'),
|
||||
path('api/join/', views.join_node, name='join_node'),
|
||||
path('communaute/', views.community_landing, name='community'),
|
||||
]
|
||||
Reference in New Issue
Block a user