Add persistent databases

This commit is contained in:
Elnu 2022-07-22 15:37:57 -07:00
parent f71cbc33be
commit 3238fcb8f3
4 changed files with 23 additions and 11 deletions

View file

@ -17,7 +17,7 @@ ${commentForm()}
<h3 id="soudan-comments-header">Comments</h3>
<div id="soudan-comments"></div>`;
const md = window.markdownit().disable("image");
const url = "http://127.0.0.1:8080";
const url = "http://localhost:8080";
const form = document.getElementById("soudan-comment-form");
const commentContainer = document.getElementById("soudan-comments");
const commentContainerHeader = document.getElementById("soudan-comments-header");