allow passthrow query parameters

This commit is contained in:
2025-05-20 13:54:10 +02:00
parent c7990947dd
commit 033a1c48b5
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
using Pilz.Extensions.Collections;
using System.Collections.Specialized;
using System.Web;
namespace Pilz.Net.Api;