code refactoring

This commit is contained in:
Bangara Raju Kottedi 2024-05-09 13:31:40 +05:30
parent 5fbeb9f732
commit 8cede3ba55
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using PortBlog.API.Repositories.Contracts;
namespace PortBlog.API.Controllers
{
[Route("blog/api/v{version:apiVersion}/blog/posts")]
[Route("blog/api/v{version:apiVersion}/posts")]
[ApiController]
[ApiVersion(1)]
public class BlogController : ControllerBase

View File

@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"PortBlogDBConnectionString": "SERVER=10.1.0.1;DATABASE=cv_blog;UID=PortBlogProdUser;PWD=pr0dp@$$w0rd6534",
"PortBlogDBConnectionString": "SERVER=192.168.0.197; DATABASE=cv_blog; UID=PortBlogDevUser; PWD=p@$$w0rd1234",
"Encryption": "false",
"Key": "rgdBsYjrgQV9YaE+6QFK5oyTOWwbl2bSWkuc2JXcIyw="
},