This commit is contained in:
parent
165d969c84
commit
08a82bfcf3
|
@ -55,7 +55,7 @@ const handleSubmit = async (e: SubmitEvent) => {
|
|||
if (res.status === 200) {
|
||||
const data = await res.json()
|
||||
|
||||
if (data.url) location.assign(`/x?id=${data.url}`)
|
||||
if (data.url) location.assign(`/x/${data.url}`)
|
||||
} else {
|
||||
toast("Konulu konum oluşturulamadı, lütfen tekrar deneyin.")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user