guh why did i do this
All checks were successful
Deploy to Server / deploy (push) Successful in 1m54s
All checks were successful
Deploy to Server / deploy (push) Successful in 1m54s
This commit is contained in:
parent
6716d9368e
commit
4b8c607015
|
|
@ -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');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue