switch url
This commit is contained in:
parent
be182fd222
commit
1ca93d6b5a
@ -7,8 +7,9 @@ import (
|
||||
b "github.com/willoma/bulma-gomponents"
|
||||
)
|
||||
|
||||
// todo var BaseUrl = "https://api.portfolio.dariusklein.nl"
|
||||
var BaseUrl = "http://localhost:4001"
|
||||
var BaseUrl = "https://api.portfolio.dariusklein.nl"
|
||||
|
||||
// todo var BaseUrl = "http://localhost:4001"
|
||||
|
||||
func Login() g.Node {
|
||||
return FormEl(hx.Post(BaseUrl+"/login"), //https://api.portfolio.dariusklein.nl/login
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user