mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 15:23:47 +01:00
add BASIC Auth (#22)
This commit is contained in:
@@ -142,7 +142,7 @@ namespace WireMock.Server
|
||||
return new ResponseMessage { StatusCode = 500, Body = e.ToString() };
|
||||
}
|
||||
|
||||
return new ResponseMessage { Body = "Mapping added" };
|
||||
return new ResponseMessage { StatusCode = 201, Body = "Mapping added" };
|
||||
}
|
||||
|
||||
private void DeserializeAndAddMapping(string json, Guid? guid = null)
|
||||
|
||||
Reference in New Issue
Block a user