Revert "Feat vue router mode changed to history"
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user