Skip to content

Commit

Permalink
Merge pull request #72 from stemdo-labs/develop
Browse files Browse the repository at this point in the history
incluyendo test
  • Loading branch information
ValentinoSanchez00 authored Dec 10, 2024
2 parents ed9c18b + c4c4be7 commit c601a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ server {

# Redirección de las peticiones de la API al backend
location /api/ {
proxy_pass http://backend:8080;
proxy_pass http://svc-backend:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-rh",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down

0 comments on commit c601a52

Please sign in to comment.