From 0bbf0aefe57896b3baa6890c02a2fd6b4375a275 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Tue, 26 Nov 2019 21:49:18 +0100
Subject: [PATCH] added title

---
 templates/apiDocs.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/apiDocs.html b/templates/apiDocs.html
index e33d0e9..1fe97e8 100644
--- a/templates/apiDocs.html
+++ b/templates/apiDocs.html
@@ -11,6 +11,7 @@
             color: white;
         }
     </style>
+    <title>API docs</title>
 </head>
 <body>
     <h1>Docs for URL shorter API</h1>
-- 
GitLab