switching back to staging choreo url
This commit is contained in:
parent
6f13c9279c
commit
2b1620643a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Environment {
|
|||
}
|
||||
|
||||
static String get choreoApi {
|
||||
return "http://localhost:8000/choreo";
|
||||
// return "http://localhost:8000/choreo";
|
||||
return dotenv.env['CHOREO_API'] ?? 'Not found';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue