Skip to content

Commit 3cca67e

Browse files
committed
Fixed example plugin
1 parent 9bdf4a8 commit 3cca67e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
.idea
66
venv
77
/.venv/
8+
/imapSyncPlugin/

examplePlugin/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from . import views
33

44
urlpatterns = [
5-
path('', views.examplePlugin, name='examplePlugin'),
5+
path('example/', views.examplePlugin, name='examplePlugin'),
66
]
77

0 commit comments

Comments
 (0)