mirror of
https://github.com/wassname/ray.git
synced 2026-07-15 11:25:40 +08:00
[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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user