diff --git a/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md b/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md index 23d9a0a23f..71b9e383a8 100644 --- a/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md +++ b/articles/mobile-apps/includes/notification-hubs-backend-service-web-api.md @@ -601,7 +601,7 @@ Use of the notification hub and the [Notification Hubs SDK for backend operation > > If you receive an **SSL certificate verification** warning, you can switch the request SSL certificate verification **[Postman](https://www.postman.com/downloads)** setting off in the **Settings**. -1. Replace the templated class methods with the following code. +1. Replace the templated class methods in **NotificationsController.cs** with the following code. ```csharp [HttpPut]