We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f846938 commit 1a99f83Copy full SHA for 1a99f83
WebApp/Controllers/ValuesController.cs
@@ -85,7 +85,6 @@ public bool IsValidJWTToken()
85
86
#if DEBUG
87
// this would only be appropriate in a dev/debug/testing environment..
88
- //todo: similarly restrict swagger in prod
89
[HttpGet]
90
public Object GenerateToken(string username, string password)
91
{
0 commit comments