Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AspNetCore.Security.Jwt/Controllers/GoogleController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace AspNetCore.Security.Jwt
{
/// <summary>
/// Facebook Contoller for authentication
/// Google Controller for authentication
/// </summary>
[Produces("application/json")]
[Route("api/[controller]")]
Expand Down Expand Up @@ -39,4 +39,4 @@ public async Task<IActionResult> Create([FromBody] GoogleAuthModel user)
}

}
}
}