樱花特别版勿更新
This commit is contained in:
parent
570bc7e5d3
commit
399a0228f2
@ -553,7 +553,7 @@ func (c *Container) postConfig(handle func(config string) string) error {
|
||||
}
|
||||
|
||||
func (c *Container) getSession() error {
|
||||
req := httplib.Post(c.Address + "/auth")
|
||||
req := httplib.Post(c.Address + "/api/auth")
|
||||
req.Param("username", c.Username)
|
||||
req.Param("password", c.Password)
|
||||
rsp, err := req.Response()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user