Skip to content

Commit 61c0b18

Browse files
authored
Merge branch 'dev' into rates_get_detail
2 parents 411f641 + 24c3254 commit 61c0b18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project_rates/urls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
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
urlpatterns = [
66
path("rate/", RateProject.as_view()),
77
path("<int:program_id>", RateProjects.as_view()),
8-
path("details/<int:project_id>", RateProjectsDetails.as_view()),
98
]

0 commit comments

Comments
 (0)