mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Fix networkOperationToString
This commit is contained in:
committed by
Mat Sutcliffe
parent
d3c0e75248
commit
18821c2a30
@@ -549,8 +549,8 @@ namespace BlackMisc
|
||||
static const QString h("HEAD");
|
||||
static const QString g("GET");
|
||||
static const QString put("PUT");
|
||||
static const QString d("POST");
|
||||
static const QString post("DELETE");
|
||||
static const QString d("DELETE");
|
||||
static const QString post("POST");
|
||||
static const QString c("custom");
|
||||
static const QString u("unknown");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user