From 3ba9108bc24f0419a552f535fbc7495071884e97 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 12 May 2021 16:26:26 +0300 Subject: Implemented Cloudinary interface --- ExamTemplate/Web/Startup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExamTemplate/Web') diff --git a/ExamTemplate/Web/Startup.cs b/ExamTemplate/Web/Startup.cs index d627c52..ec479a7 100644 --- a/ExamTemplate/Web/Startup.cs +++ b/ExamTemplate/Web/Startup.cs @@ -34,7 +34,7 @@ namespace ExamTemplate.Web * Dependency Injection configuration */ - services.AddTransient(options => + services.AddTransient(options => new CloudinaryService( cloudName: this.Configuration.GetSection("Cloud").GetSection("cloudName").Value, apiKey: this.Configuration.GetSection("Cloud").GetSection("apiKey").Value, -- cgit v1.2.3