Hub: Update service URL
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
2ba907911e
commit
36fc26f0c7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"runtime"
|
||||
)
|
||||
|
||||
var ServiceURL = "https://hub.photoprism.app/v1/hello"
|
||||
var ServiceURL = "https://my.photoprism.app/v1/hello"
|
||||
|
||||
// Request represents basic environment specs for debugging.
|
||||
type Request struct {
|
||||
|
|
Loading…
Add table
Reference in a new issue