Skip to content
Snippets Groups Projects
Commit cfdf8ec7 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: do not use localhost for endpoint

parent 40dda577
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ type RegistryType = SAPIAtlas | SAPISpace | SAPIParcellation
@Injectable()
export class SAPI{
static bsEndpoint = `http://localhost:5000/v1_0` // `https://siibra-api-dev.apps-dev.hbp.eu/v1_0`
static bsEndpoint = `https://siibra-api-dev.apps-dev.hbp.eu/v1_0`
public bsEndpoint = SAPI.bsEndpoint
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment