diff --git a/client/src/index.css b/client/src/index.css index 3c6d9ab..e7d1479 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -124,7 +124,7 @@ } .loading-image { - background: url('/assets/images/icons/cosmos_gray.png') no-repeat center center; + background: url('assets/images/icons/cosmos_gray.png') no-repeat center center; } .raw-table table { diff --git a/package.json b/package.json index aa4b7dd..649a5f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.10.0-unstable", + "version": "0.10.0-unstable1", "description": "", "main": "test-server.js", "bugs": { diff --git a/src/utils/utils.go b/src/utils/utils.go index a64f1d7..cf4103d 100644 --- a/src/utils/utils.go +++ b/src/utils/utils.go @@ -62,6 +62,9 @@ var DefaultConfig = Config{ Sources: []MarketSource{ }, }, + ConstellationConfig: ConstellationConfig{ + Enabled: true, + }, } func FileExists(path string) bool {