3 lines
106 B
C#
3 lines
106 B
C#
namespace OwnChar.Server.Api.Endpoint;
|
|
|
|
public record struct ApiMapInfo(string Pattern, string Method); |