Skip to content

Commit

Permalink
fix: make API_URL private
Browse files Browse the repository at this point in the history
  • Loading branch information
otahirs committed Aug 23, 2022
1 parent 8466ed9 commit c403f7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ using Runs::RunsPlugin;
namespace Event {
namespace services {

const QString API_URL = "https://api.oresults.eu";

OResultsClient::OResultsClient(QObject *parent)
: Super(OResultsClient::serviceName(), parent)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class OResultsClient : public Service
QTimer *m_exportTimer = nullptr;
QNetworkAccessManager *m_networkManager = nullptr;
void sendFile(QString name, QString request_path, QString file);
const QString API_URL = "https://api.oresults.eu";
};

}}
Expand Down

0 comments on commit c403f7a

Please sign in to comment.