From f204f7a500b03e072839b3d021f836a0aba10722 Mon Sep 17 00:00:00 2001 From: Kai Date: Wed, 23 Sep 2020 16:02:43 +0200 Subject: [PATCH] Clarify which file to edit --- .../includes/notification-hubs-backend-service-web-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]