Revert "Feat vue router mode changed to history"

This commit is contained in:
2020-10-11 18:46:20 +02:00
committed by GitHub
parent 61fad22ef4
commit 685db1f8f5
5 changed files with 11 additions and 31 deletions

View File

@@ -35,7 +35,7 @@ const submitWines = async (req, res) => {
const message = JSON.stringify({
message: "Dagens vin er lagt til, se den på lottis.vin/dagens!",
title: "Ny vin!",
link: "/dagens"
link: "/#/dagens"
});
try {