Browse Source

Syntax err edited.

pull/1882/head
Onurkan Bakırcı 2 years ago
committed by GitHub
parent
commit
948750303b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Identity/Identity.API/Startup.cs

+ 1
- 1
src/Services/Identity/Identity.API/Startup.cs View File

@ -112,7 +112,7 @@ namespace Microsoft.eShopOnContainers.Services.Identity.API
Url = new Uri("https://microsoft.com/")
}
});
}
});
var container = new ContainerBuilder();
container.Populate(services);


Loading…
Cancel
Save