Removed hash from routes.

This commit is contained in:
2020-10-11 13:56:17 +02:00
committed by KevinMidboe
parent 2062f64999
commit 0923965544
3 changed files with 3 additions and 3 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,