Code cleanup

This commit is contained in:
SinTan1729
2022-11-10 23:19:42 -06:00
parent 53ba9eb129
commit e5f1839822
3 changed files with 27 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ public class App {
get("/all", Routes::getAll);
post("/new", Routes::addUrl);
delete("/:shortUrl", Routes::delete);
get("/siteUrl", Routes::siteUrl);
get("/site", Routes::getSiteUrl);
});
get("/:shortUrl", Routes::goToLongUrl);