Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit a8dafe9

Browse files
committed
fix: update Pterodactyl panel URL to panel.zero-host.org
1 parent ac9bec3 commit a8dafe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function renderCookieBanner() {
4545
});
4646
}
4747

48-
const PTERO_URL = 'https://ptero.zerohost.fr';
48+
const PTERO_URL = 'https://panel.zero-host.org';
4949

5050
function openPyrodactylPanel(serverIdentifier) {
5151
const url = `${PTERO_URL}${serverIdentifier ? '/server/' + serverIdentifier : ''}`;

0 commit comments

Comments
 (0)