Skip to content

Commit

Permalink
removed handler for query
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul Malhotra committed Jun 5, 2024
1 parent 1f71462 commit 0fa4df0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 29 deletions.

This file was deleted.

7 changes: 0 additions & 7 deletions api/modules/Catalog/Catalog.Domain/Events/ProductRead.cs

This file was deleted.

8 changes: 4 additions & 4 deletions api/server/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Kestrel": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7000;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7000;http://localhost:5000"
"dotnetRunMessages": true
}
},
"$schema": "http://json.schemastore.org/launchsettings.json"
}
}
1 change: 1 addition & 0 deletions api/server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<ContainerImageTags>2.0.0;latest</ContainerImageTags>
<PublishProfile>DefaultContainer</PublishProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Kestrel' " />
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion api/server/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"DatabaseOptions": {
"Provider": "postgresql",
"ConnectionString": "Server=localhost;Database=fullstackhero;Port=5432;User Id=postgres;Password=admin;"
"ConnectionString": "Server=localhost;Database=fullstackhero;Port=5432;User Id=postgres;Password=password;"
},
"CacheOptions": {
"Redis": ""
Expand Down

0 comments on commit 0fa4df0

Please sign in to comment.