mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
write path to console
This commit is contained in:
@@ -50,6 +50,7 @@ namespace Bit.Server
|
||||
{
|
||||
OnPrepareResponse = ctx =>
|
||||
{
|
||||
System.Console.WriteLine("Path: " + ctx.Context.Request.Path.Value);
|
||||
if(!ctx.Context.Request.Path.HasValue)
|
||||
{
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user