Skip to content

Commit 8d31b54

Browse files
committed
renamed railway file
1 parent 913e73d commit 8d31b54

3 files changed

Lines changed: 17 additions & 1 deletion

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->
3+
<Project>
4+
<PropertyGroup>
5+
<WebPublishMethod>Custom</WebPublishMethod>
6+
<DockerPublish>true</DockerPublish>
7+
<RegistryUrl>https://registry.hub.docker.com/dellams</RegistryUrl>
8+
<UserName>dellams</UserName>
9+
<PublishImageTag>latest</PublishImageTag>
10+
<PublishProvider>ContainerRegistry</PublishProvider>
11+
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
12+
<LastUsedPlatform>Any CPU</LastUsedPlatform>
13+
<ProjectGuid>a8131b22-06ec-424a-b689-9411c8176be8</ProjectGuid>
14+
<_TargetId>DockerContainerRegistry</_TargetId>
15+
</PropertyGroup>
16+
</Project>

ONODE/NextGenSoftware.OASIS.API.ONODE.WebAPI/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void ConfigureServices(IServiceCollection services)
5959
// services.AddMvc();
6060

6161
// services.AddDbContext<DataContext>();
62-
//services.AddCors(); //Needed twice? It is below too...
62+
services.AddCors();
6363
// Add exception filter with configuration
6464
services.AddControllers(x => x.Filters.Add(new Filters.ServiceExceptionInterceptor(Configuration)))
6565
.AddJsonOptions(x =>
File renamed without changes.

0 commit comments

Comments
 (0)