You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
Added GET /orgs/:orgId/accounts/:accountI API endpoint
This commit is contained in:
BIN
core/ws/.ws.go.swp
Normal file
BIN
core/ws/.ws.go.swp
Normal file
Binary file not shown.
@@ -14,7 +14,7 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
const version = "1.1.0"
|
||||
const version = "1.2.0"
|
||||
|
||||
//var upgrader = websocket.Upgrader{} // use default options
|
||||
var txSubscriptions = make(map[string][]*websocket.Conn)
|
||||
|
||||
Reference in New Issue
Block a user