diff --git a/PERUSTARS/.gitignore b/PERUSTARS/.gitignore index 8afe457..67deed3 100644 --- a/PERUSTARS/.gitignore +++ b/PERUSTARS/.gitignore @@ -272,3 +272,4 @@ __pycache__/ # tools/ # End of https://www.toptal.com/developers/gitignore/api/aspnetcore + diff --git a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkRecommendationsController.cs b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkRecommendationsController.cs index aece602..6d79c3b 100644 --- a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkRecommendationsController.cs +++ b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkRecommendationsController.cs @@ -10,7 +10,7 @@ namespace PERUSTARS.ArtworkManagement.Interfaces.REST { - [Route("api/[controller]")] + [Route("api/v1/[controller]")] [ApiController] public class ArtworkRecommendationsController : ControllerBase { diff --git a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkReviewsController.cs b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkReviewsController.cs index 8d2802d..904779f 100644 --- a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkReviewsController.cs +++ b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworkReviewsController.cs @@ -12,7 +12,7 @@ namespace PERUSTARS.ArtworkManagement.Interfaces.REST { - [Route("api/[controller]")] + [Route("api/v1/[controller]")] [ApiController] public class ArtworkReviewsController : ControllerBase { diff --git a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworksController.cs b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworksController.cs index fc83268..ae978b8 100644 --- a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworksController.cs +++ b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/ArtworksController.cs @@ -12,7 +12,7 @@ namespace PERUSTARS.ArtworkManagement.Interfaces.REST { - [Route("api/[controller]")] + [Route("api/v1/[controller]")] [ApiController] public class ArtworksController : ControllerBase { diff --git a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/HobbyistFavoriteArtworksController.cs b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/HobbyistFavoriteArtworksController.cs index 1529af6..cbaddb7 100644 --- a/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/HobbyistFavoriteArtworksController.cs +++ b/PERUSTARS/PERUSTARS/ArtworkManagement/Interfaces/REST/HobbyistFavoriteArtworksController.cs @@ -11,7 +11,7 @@ namespace PERUSTARS.ArtworkManagement.Interfaces.REST { - [Route("api/[controller]")] + [Route("api/v1/[controller]")] [ApiController] public class HobbyistFavoriteArtworksController : ControllerBase { diff --git a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll index 7401af0..24fd0cd 100644 Binary files a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll and b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.dll differ diff --git a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb index 16164a8..608cec1 100644 Binary files a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb and b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.pdb differ diff --git a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json index 84855df..444ba2e 100644 --- a/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json +++ b/PERUSTARS/PERUSTARS/bin/Debug/net5.0/PERUSTARS.runtimeconfig.dev.json @@ -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" ] } } \ No newline at end of file diff --git a/PERUSTARS/PERUSTARS/bin/Release/net5.0/PERUSTARS.dll b/PERUSTARS/PERUSTARS/bin/Release/net5.0/PERUSTARS.dll deleted file mode 100644 index 1cc8b99..0000000 Binary files a/PERUSTARS/PERUSTARS/bin/Release/net5.0/PERUSTARS.dll and /dev/null differ diff --git a/PERUSTARS/PERUSTARS/bin/Release/net5.0/PERUSTARS.pdb b/PERUSTARS/PERUSTARS/bin/Release/net5.0/PERUSTARS.pdb deleted file mode 100644 index 46feb2a..0000000 Binary files a/PERUSTARS/PERUSTARS/bin/Release/net5.0/PERUSTARS.pdb and /dev/null differ diff --git a/PERUSTARS/PERUSTARS/bin/Release/net5.0/appsettings.json b/PERUSTARS/PERUSTARS/bin/Release/net5.0/appsettings.json deleted file mode 100644 index e7c5a8c..0000000 --- a/PERUSTARS/PERUSTARS/bin/Release/net5.0/appsettings.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "AppSettings": { - "Secret": "BackendService Secret for PeruStars :D" - }, - "Logging": { - "LogLevel": { - "Default": "Information", - "Microsoft": "Warning", - "Microsoft.Hosting.Lifetime": "Information" - } - }, - "ConnectionStrings": { - - //"DefaultConnection1ssssss": "server=localhost;port=3306;database=perustars;uid=root;password=admin", - "DefaultConnection": "server=perustars-main-db.mysql.database.azure.com;port=3306;database=perustars;uid=perustarsAdmin;password=Admin123" - //"DefaultConnection3": "Server=MYSQL5047.site4now.net;Database=db_a758df_perusta;Uid=a758df_perusta;Pwd=password1", - //"DefaultConnection": "Server=bufyroukqdunhwcivvpo-mysql.services.clever-cloud.com;Database=bufyroukqdunhwcivvpo;Uid=ubcldvvxbrtlhp2d;Pwd=FltJthiJHLXaKDmKT11O" - //"PostgreSQLConnection": "host=localhost;port=5432;username=postgres;password=12345;database=perustars" - // "DefaultConnection": "server=localhost;port=3306;database=perustars;uid=root;password=root" - }, - "AllowedHosts": "*" -}