mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-24 10:42:51 +08:00
9 lines
137 B
C#
9 lines
137 B
C#
namespace Ocelot.Library.Responses
|
|
{
|
|
public class OkResponse : Response
|
|
{
|
|
public OkResponse()
|
|
{
|
|
}
|
|
}
|
|
} |