Created
March 1, 2026 13:19
-
-
Save wullemsb/3ea6da98ab4b386f86c2fecc1a9386d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app.MapGet("/products/search", async ([AsParameters] ProductSearchParams search, ProductsDb db, CancellationToken ct) => | |
| { | |
| // handler logic... | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment