BuiltByBrandon

Results 1 comments of BuiltByBrandon

> Where would one put this line of code? Forgive the ignorance here. :-) > > if($PodeContext.Server.Verbs.Count -ge 1) { $PodeContext.Server.Verbs.Keys.Clone() | ForEach-Object { $PodeContext.Server.Verbs[$_].Clear() } } @ardy564 In your...