Skip to content

Commit

Permalink
test upload2
Browse files Browse the repository at this point in the history
  • Loading branch information
CYH1426 committed Nov 14, 2023
1 parent 9dbc7eb commit 3a4732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/join/Markdown editor.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
// 获取 SimpleMDE 编辑器中的内容
var markdownContent = simplemde.value();
var xhr = new XMLHttpRequest();
xhr.open("POST", "http://g34hsn.natappfree.cc/receiver/GetMdServlet", true);
xhr.open("POST", "http://localhost:8080/receiver/GetMdServlet", true);
xhr.setRequestHeader("Content-Type", "text/plain");
xhr.onload = function() {
if (xhr.status === 200) {
Expand Down

0 comments on commit 3a4732c

Please sign in to comment.