Add: new line at end of file

This commit is contained in:
Aroy-Art 2024-06-25 22:19:41 +02:00
parent e8746f9e47
commit c25a259386
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -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'),
] ]