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);
|
||||
setTopUserExt(null);
|
||||
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) {
|
||||
throw new Error('Failed to fetch directory');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue