This website works better with JavaScript.
Home
Explore
Help
Sign In
Independent
/
gim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
DengBiao
1 year ago
parent
6bb761a090
commit
6637bb3dc3
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cmd/logic/main.go
+ 1
- 1
cmd/logic/main.go
View File
@@ -25,7 +25,7 @@ func init() {
}
}
func main() {
func main() {
//
config.Init()
config.Init()
db.Init()
db.Init()
server := grpc.NewServer(grpc.UnaryInterceptor(interceptor.NewInterceptor("logic_interceptor", urlwhitelist.Logic)))
server := grpc.NewServer(grpc.UnaryInterceptor(interceptor.NewInterceptor("logic_interceptor", urlwhitelist.Logic)))
Write
Preview
Loading…
Cancel
Save