We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9bec3 commit a8dafe9Copy full SHA for a8dafe9
1 file changed
public/js/app.js
@@ -45,7 +45,7 @@ function renderCookieBanner() {
45
});
46
}
47
48
-const PTERO_URL = 'https://ptero.zerohost.fr';
+const PTERO_URL = 'https://panel.zero-host.org';
49
50
function openPyrodactylPanel(serverIdentifier) {
51
const url = `${PTERO_URL}${serverIdentifier ? '/server/' + serverIdentifier : ''}`;
0 commit comments