Skip to content

Commit

Permalink
chore: Update fetch URL in markdown_preview_text_input.html
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jun 14, 2024
1 parent 66fec8d commit 3c3a7c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@

function renderMarkdown(textarea, markdownPreview) {
// render markdown through http post request to /experiment/render_markdown
return fetch('/experiment/render_markdown/', {
return fetch('{% url "experiment:render_markdown" %}', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit 3c3a7c9

Please sign in to comment.