大量后端代码格式化
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[Route("api/[controller]/[action]")]
|
||||
public class NotificationController(INotificationService notificationService) : ControllerBase
|
||||
{
|
||||
[HttpGet()]
|
||||
[HttpGet]
|
||||
public async Task<BaseResponse<string>> GetVapidPublicKey()
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user