added debug infos
This commit is contained in:
parent
387285e645
commit
c03d5901f8
1 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,9 @@ namespace BirdsiteLive.Controllers
|
|||
// Do something
|
||||
var signature = r.Headers["Signature"].First();
|
||||
|
||||
Console.WriteLine(body);
|
||||
Console.WriteLine();
|
||||
|
||||
switch (activity?.type)
|
||||
{
|
||||
case "Follow":
|
||||
|
|
Reference in a new issue