We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5bfc4 commit fc3e0dbCopy full SHA for fc3e0db
1 file changed
CallbackHandler/Controllers/CallbackController.cs
@@ -91,7 +91,7 @@ public async Task<ActionResult<Result<CallbackMessage>>> GetCallback([FromRoute
91
/// <summary>
92
/// The controller name
93
/// </summary>
94
- public const String ControllerName = "callbacks";
+ private const String ControllerName = "callbacks";
95
96
97
/// The controller route
0 commit comments