Reorder HttpMethods to match RestSharp

pull/6/head
Qstick 7 years ago
parent 9a2cb67980
commit 7e863d61ff

@ -3,11 +3,12 @@ namespace NzbDrone.Common.Http
public enum HttpMethod
{
GET,
PUT,
POST,
HEAD,
PUT,
DELETE,
HEAD,
OPTIONS,
PATCH,
OPTIONS
MERGE
}
}
}

Loading…
Cancel
Save