From d04ac7656a33e9076b6e2b68ed51dd60a7e8e820 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 17 Jul 2017 15:19:30 +0100 Subject: [PATCH] Remove change made for debugging and committed in error. --- runtime/pgAdmin4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/pgAdmin4.cpp b/runtime/pgAdmin4.cpp index d91bd665a..391cf45eb 100644 --- a/runtime/pgAdmin4.cpp +++ b/runtime/pgAdmin4.cpp @@ -402,7 +402,7 @@ bool PingServer(QUrl url) QNetworkReply *reply; QVariant redirectUrl; - url.setPath("/misc/pingx"); + url.setPath("/misc/ping"); do {