deployed on dicomv.aplikasi.web.id: work pdf and others
This commit is contained in:
@@ -31,7 +31,7 @@ const Login = () => {
|
||||
|
||||
try {
|
||||
// Use window.config.goProxyHost for authentication endpoint
|
||||
const proxyHost = window.config?.goProxyHost || `http://${window.location.hostname}:5555`;
|
||||
const proxyHost = window.config?.goProxyHost || `https://${window.location.hostname}:5555`;
|
||||
const authEndpoint = `${proxyHost}/auth/login`;
|
||||
|
||||
// Call go-ohif-proxy login endpoint
|
||||
|
||||
@@ -35,7 +35,7 @@ const ShortlinkLogin = () => {
|
||||
|
||||
try {
|
||||
// Use window.config.goProxyHost for authentication endpoint
|
||||
const proxyHost = window.config?.goProxyHost || `http://${window.location.hostname}:5555`;
|
||||
const proxyHost = window.config?.goProxyHost || `https://${window.location.hostname}:5555`;
|
||||
const authEndpoint = `${proxyHost}/auth/shortlink`;
|
||||
|
||||
// Call the shortlink authentication endpoint
|
||||
|
||||
Reference in New Issue
Block a user