Skip to content

Commit fe1e065

Browse files
committed
Change VATDNS endpoint URL
1 parent 17b7518 commit fe1e065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/network/networkmanager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ namespace xpilot
226226
{
227227
return QtPromise::QPromise<QString>{[&](const auto resolve, const auto reject)
228228
{
229-
QNetworkRequest request(QUrl("http://fsd-http.connect.vatsim.net"));
229+
QNetworkRequest request(QUrl("http://fsd.vatsim.net"));
230230
m_reply = nam->get(request);
231231

232232
QObject::connect(m_reply, &QNetworkReply::finished, [=]() {

0 commit comments

Comments
 (0)