Move stack creation when starting session
- If stack is not found return 400 status code
This commit is contained in:
@@ -56,7 +56,6 @@ type Session struct {
|
||||
scheduled bool `json:"-"`
|
||||
ticker *time.Ticker `json:"-"`
|
||||
PwdIpAddress string `json:"pwd_ip_address"`
|
||||
StackFile string `json:"-"`
|
||||
}
|
||||
|
||||
func (s *Session) Lock() {
|
||||
|
||||
Reference in New Issue
Block a user