Rename settings API endpoints

This commit is contained in:
valadaptive
2023-12-14 16:47:03 -05:00
parent f93e40b1d3
commit 769cc0a78f
4 changed files with 6 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ const defaultSettings = {
//method from worldinfo
async function updateQuickReplyPresetList() {
const result = await fetch('/getsettings', {
const result = await fetch('/api/settings/get', {
method: 'POST',
headers: getRequestHeaders(),
body: JSON.stringify({}),