Skip to content

Commit

Permalink
fix: merge conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAlonso1 committed Nov 12, 2023
2 parents df26380 + 165b488 commit 3e0190c
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 28 deletions.
1 change: 1 addition & 0 deletions PERUSTARS/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,4 @@ __pycache__/
# tools/

# End of https://www.toptal.com/developers/gitignore/api/aspnetcore

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace PERUSTARS.ArtworkManagement.Interfaces.REST
{
[Route("api/[controller]")]
[Route("api/v1/[controller]")]
[ApiController]
public class ArtworkRecommendationsController : ControllerBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace PERUSTARS.ArtworkManagement.Interfaces.REST
{
[Route("api/[controller]")]
[Route("api/v1/[controller]")]
[ApiController]
public class ArtworkReviewsController : ControllerBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

namespace PERUSTARS.ArtworkManagement.Interfaces.REST
{
[Route("api/[controller]")]
[Route("api/v1/[controller]")]
[ApiController]
public class ArtworksController : ControllerBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace PERUSTARS.ArtworkManagement.Interfaces.REST
{
[Route("api/[controller]")]
[Route("api/v1/[controller]")]
[ApiController]
public class HobbyistFavoriteArtworksController : ControllerBase
{
Expand Down
Binary file modified PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll
Binary file not shown.
Binary file modified PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\Mauricio\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Mauricio\\.nuget\\packages"
"C:\\Users\\DiegoAlonso\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\DiegoAlonso\\.nuget\\packages"
]
}
}
Binary file not shown.
Binary file not shown.
22 changes: 0 additions & 22 deletions PERUSTARS/PERUSTARS/bin/Release/net5.0/appsettings.json

This file was deleted.

0 comments on commit 3e0190c

Please sign in to comment.