fix: update route to new one (#33)

This commit is contained in:
gikf 2021-04-19 13:25:29 +02:00 committed by GitHub
parent fe7078897b
commit 4abc1d9473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
<h1>URL Shortener Microservice</h1>
<main>
<section>
<form action="api/shorturl/new" method="POST">
<form action="api/shorturl" method="POST">
<fieldset>
<legend>URL Shortener</legend>
<label for="url_input">URL:</label>