Fix spinch deployment
This commit is contained in:
parent
a92ef78133
commit
f4eb4d58b0
13 changed files with 21 additions and 13 deletions
|
|
@ -22,7 +22,7 @@ function submit() {
|
|||
data.append("username", username.value);
|
||||
data.append("content", content.value);
|
||||
data.append("feed", String(feed.value));
|
||||
void makeRequest("/api/chat", data);
|
||||
void makeRequest("api/chat", data);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue