Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
pikhovkin committed Dec 22, 2023
1 parent 12c5d47 commit 5519d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ from django.urls import path, include

urlpatterns = [
...,
path('schema-viewer', include('schema_viewer.urls')),
path('schema-viewer/', include('schema_viewer.urls')),
...,
]
```
Expand Down

0 comments on commit 5519d14

Please sign in to comment.