MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / submitServerAddress

Function submitServerAddress

web/src/components/settings/SystemSetting.js:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 };
210
211 const submitServerAddress = async () => {
212 let ServerAddress = removeTrailingSlash(inputs.ServerAddress);
213 await updateOptions([{ key: 'ServerAddress', value: ServerAddress }]);
214 };
215
216 const submitSMTP = async () => {
217 const options = [];

Callers

nothing calls this directly

Calls 2

removeTrailingSlashFunction · 0.90
updateOptionsFunction · 0.85

Tested by

no test coverage detected