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

@@ -7,7 +7,7 @@ async function sendWineSelectMessage(winnerObject) {
winnerObject.timestamp_limit = new Date().getTime() * 600000;
await winnerObject.save();
let url = new URL(`/winner/${winnerObject.id}`, "https://lottis.vin");
let url = new URL(`/#/winner/${winnerObject.id}`, "https://lottis.vin");
return sendMessageToUser(
winnerObject.phoneNumber,