Add copy Swagger URL context flyout

This commit is contained in:
estrogen elf
2025-05-05 02:55:36 -05:00
parent b18f425257
commit 68e5abd1d1
4 changed files with 38 additions and 23 deletions

View File

@@ -2,4 +2,4 @@ using Microsoft.OpenApi.Models;
namespace Needlework.Net.Models;
public record PathOperation(string Method, string Path, OpenApiOperation Operation);
public record PathOperation(string Method, string Path, string Tag, OpenApiOperation Operation);