mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
remove extra ;
This commit is contained in:
parent
3e9046a949
commit
b75144c3da
@ -201,7 +201,7 @@ namespace Bit.Api
|
|||||||
{
|
{
|
||||||
jsonFormatter.SupportedMediaTypes.Add(textPlainMediaType);
|
jsonFormatter.SupportedMediaTypes.Add(textPlainMediaType);
|
||||||
}
|
}
|
||||||
}).AddJsonOptions(options => options.SerializerSettings.ContractResolver = new DefaultContractResolver()); ;
|
}).AddJsonOptions(options => options.SerializerSettings.ContractResolver = new DefaultContractResolver());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Configure(
|
public void Configure(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user