Compare commits

..

No commits in common. "f3798b25b2e3eb3751d6ccf957197a3e6c1ed789" and "28cd3c0e852989c786670c16ff7d818f3c337565" have entirely different histories.

View File

@ -27,7 +27,7 @@ export default function Settings() {
const fetchSettings = async () => {
try {
setLoading(true);
const response = await fetch('/api/users/settings');
const response = await feth2ch('/api/users/settings');
if (response.ok) {
const data = await response.json();
setSettings(data);