Wire create button up to route

Amolith created

Change summary

templates/home_authenticated.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

templates/home_authenticated.html 🔗

@@ -78,7 +78,7 @@
                 <label for="name">Name (optional):</label>
                 <input type="text" id="name" name="name">
             </div>
-            <input type="submit" value="Shorten URL">
+            <input type="submit" formaction="/create" value="Shorten URL">
         </form>
         <details>
             <summary>Shortened URLs</summary>