Files
Server/OwnChar.Server/Api/Endpoint/ApiMapInfo.cs
2024-08-15 09:20:20 +02:00

3 lines
106 B
C#

namespace OwnChar.Server.Api.Endpoint;
public record struct ApiMapInfo(string Pattern, string Method);