Please enable JavaScript in your browser!
Home
Explore
Help
Register
Sign In
Fohow
/
fohow_api
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
add live award patch function
abiao
5 years ago
parent
b36695ae9f
commit
e821482c26
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
go/gopath/src/fohow.com/apps/models/live_model/init.go
+ 1
- 0
go/gopath/src/fohow.com/apps/models/live_model/init.go
View File
@@ -10,6 +10,7 @@ import (
func init() {
orm.RegisterModel(
new(LiveBroad),
+ new(LiveAward),
)
}