Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e2d70aa

Browse filesBrowse files
Add missing trailing backslash for jobs api url route
1 parent 2c07fea commit e2d70aa
Copy full SHA for e2d70aa

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎jobs/urls.py‎

Copy file name to clipboardExpand all lines: jobs/urls.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
urlpatterns = (
1111
path('', index, name='index'),
12-
path('api', include(api_v1.urls)),
12+
path('api/', include(api_v1.urls)),
1313
path('post', post, name='post'),
1414
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.