mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 21:15:07 +02:00
More style fixes
This commit is contained in:
parent
9e478ba458
commit
c0a0d39ce5
2 changed files with 1 additions and 3 deletions
|
@ -1986,8 +1986,6 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
|
|||
const QString URI_API_BACKUPS_ID = "/api/backups/";
|
||||
const QString URI_API_BACKUPS_DOWNLOAD_ID = "/api/backups/download/";
|
||||
const QString URI_API_BACKUPS_RECOVER = "/api/backups/recover/";
|
||||
const QString URI_EXPORTER_= "/metrics";
|
||||
|
||||
const QString UUID_REGEX_STRING = "[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}";
|
||||
|
||||
QPointer<HTTPConnection> connectionPtr { connection };
|
||||
|
|
Loading…
Reference in a new issue