diff --git a/site/czechgamesedition.html b/site/czechgamesedition.html
index 974ae96..9267b77 100644
--- a/site/czechgamesedition.html
+++ b/site/czechgamesedition.html
@@ -76,7 +76,7 @@ let app = new Vue({
methods: {
async start_poll(poll_data) {
try {
- let r = await axios.post("/twitch/czechgamesedition/poll", poll_data);
+ let r = await axios.post("/polls/twitch/czechgamesedition/poll", poll_data);
alert("Poll should've been created successfully.");
} catch (err) {
console.error(err);