switching back to staging choreo url

This commit is contained in:
William Jordan-Cooley 2024-01-15 10:31:19 -05:00
parent 6f13c9279c
commit 2b1620643a

View file

@ -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';
}