Quellcode durchsuchen

Change redirect url

sbkwgh vor 8 Jahren
Ursprung
Commit
512967ab9a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/components/routes/ThreadNew.vue

+ 1 - 1
src/components/routes/ThreadNew.vue

@@ -99,7 +99,7 @@
 					})
 				}).then(res => {
 					this.loading = false
-					this.$router.push(`/thread/${res.data.Thread.slug}/${res.data.Thread.id}`)
+					this.$router.push(`/thread/${res.data.Thread.slug}/${res.data.Thread.id}/0`)
 				}).catch(e => {
 					this.loading = false