Add: new line at end of file
This commit is contained in:
parent
e8746f9e47
commit
c25a259386
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ app_name = 'api'
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path('profile/seen_posts/<str:submission_hash>', UserProfileAPIView.seen_post, name='user_seen_post'),
|
path('profile/seen_posts/<str:submission_hash>', UserProfileAPIView.seen_post, name='user_seen_post'),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue