guh why did i do this
All checks were successful
Deploy to Server / deploy (push) Successful in 1m54s

This commit is contained in:
rocord01 2026-02-17 18:48:36 -07:00
parent 6716d9368e
commit 4b8c607015

View file

@ -28,7 +28,7 @@ export function DirectoryModal({ isMobile = false }) {
setLoading(true); setLoading(true);
setTopUserExt(null); setTopUserExt(null);
try { try {
const response = await fetch('https://corsproxy.io/?url=https://pbx.litenet.tel/status/'); const response = await fetch('https://pbx.litenet.tel/status/');
if (!response.ok) { if (!response.ok) {
throw new Error('Failed to fetch directory'); throw new Error('Failed to fetch directory');
} }