hotfix: i'd rather not feth2ch

This commit is contained in:
Aidan 2025-03-11 15:36:05 -04:00
parent 3ef29e246e
commit da76ea18a8

View File

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