Skip to content

Commit 8fcc5ac

Browse files
committed
Merge branch 'dev' of https://github.com/PROCOLLAB-github/api into dev
2 parents 99fda6b + ebaa042 commit 8fcc5ac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

project_rates/urls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
from django.urls import path
22

3-
from project_rates.views import RateProject, RateProjects, RateProjectsDetails
3+
from project_rates.views import RateProject, RateProjects
44

55

66
urlpatterns = [
77
path("rate/", RateProject.as_view()),
88
path("<int:program_id>", RateProjects.as_view()),
9-
path("details/<int:project_id>", RateProjectsDetails.as_view()),
109
]

0 commit comments

Comments
 (0)