[Dashboard] Change default port from 8080 to 8265 (#6503)

* [Dashboard] Change default port from 8080 to 8265

* Revise order of imports in pip install setup command
This commit is contained in:
Mitchell Stern
2019-12-16 14:25:23 -08:00
committed by Simon Mo
parent b1e83d83d1
commit b7d23405fe
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const base =
process.env.NODE_ENV === "development"
? "http://localhost:8080"
? "http://localhost:8265"
: window.location.origin;
// TODO(mitchellstern): Add JSON schema validation for the responses.