mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
write path to console
This commit is contained in:
parent
36cf628a63
commit
de80139851
@ -50,6 +50,7 @@ namespace Bit.Server
|
|||||||
{
|
{
|
||||||
OnPrepareResponse = ctx =>
|
OnPrepareResponse = ctx =>
|
||||||
{
|
{
|
||||||
|
System.Console.WriteLine("Path: " + ctx.Context.Request.Path.Value);
|
||||||
if(!ctx.Context.Request.Path.HasValue)
|
if(!ctx.Context.Request.Path.HasValue)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user