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..103fafb35f 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 @@ -176,6 +176,8 @@ API keys aren't as secure as tokens, but will suffice for the purposes of this t 1. In **Startup.cs**, update the **ConfigureServices** method to configure the API Key authentication below the call to the **services.AddControllers** method. ```csharp + using PushDemoApi.Authentication; + public void ConfigureServices(IServiceCollection services) { services.AddControllers();