Working fetch feeds and process raw urls
This commit is contained in:
@@ -2,5 +2,5 @@ from django.urls import path
|
||||
from .views import trigger_task
|
||||
|
||||
urlpatterns = [
|
||||
path('fetch', trigger_task, name='trigger_task')
|
||||
path('<str:task>', trigger_task, name='trigger_task'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user