Skip to content

Commit

Permalink
fix: NextApi env
Browse files Browse the repository at this point in the history
  • Loading branch information
Joabesv committed Feb 13, 2024
1 parent 0fee5c7 commit 289ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/NextAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function resolveEndpoint(env) {
{
development: "http://localhost:8011/v1",
staging: "https://ufabc-matricula-test.cdd.naoseiprogramar.com.br/v1",
production: "https://api.ufabcnext.com/v1",
prod: "https://api.ufabcnext.com/v1",
}[env] || "http://localhost:8011/v1"
);
}
Expand Down

0 comments on commit 289ee84

Please sign in to comment.