Skip to content

Commit a3d625e

Browse files
committed
Gsoc Analysis Page
1 parent 051884a commit a3d625e

File tree

3 files changed

+525
-0
lines changed

3 files changed

+525
-0
lines changed

blt/urls.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@
304304
create_project,
305305
delete_project,
306306
distribute_bacon,
307+
gsoc_pr_report,
307308
repo_activity_data,
308309
select_contribution,
309310
)
@@ -1240,6 +1241,7 @@
12401241
path("api/v1/bugs/check-duplicate/", CheckDuplicateBugApiView.as_view(), name="api_check_duplicate_bug"),
12411242
path("api/v1/bugs/find-similar/", FindSimilarBugsApiView.as_view(), name="api_find_similar_bugs"),
12421243
path("api/v1/search-history/", SearchHistoryApiView.as_view(), name="search_history_api"),
1244+
path("gsoc/pr-report/", gsoc_pr_report, name="gsoc_pr_report"),
12431245
]
12441246

12451247
if settings.DEBUG:

0 commit comments

Comments
 (0)