From c25a259386c9c6dab50aef586c9f52bf2ff96e1a Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Tue, 25 Jun 2024 22:19:41 +0200 Subject: [PATCH] Add: new line at end of file --- archivist/apps/api/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivist/apps/api/urls.py b/archivist/apps/api/urls.py index 8f3ab82..2579ba7 100644 --- a/archivist/apps/api/urls.py +++ b/archivist/apps/api/urls.py @@ -4,4 +4,4 @@ app_name = 'api' urlpatterns = [ path('profile/seen_posts/', UserProfileAPIView.seen_post, name='user_seen_post'), -] \ No newline at end of file +]