This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_LF_MOM_BACKEND
Watch
2
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修改启动接口
pull/55/head
zhangxin
3 years ago
parent
3f3d166316
commit
baf8fc106d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.go
+ 1
- 1
main.go
View File
@ -132,7 +132,7 @@ func imain() {
//go task.CreateTask()
//启动监听端口
app
.
Run
(
iris
.
Addr
(
":
609
9"
)
,
iris
.
WithConfiguration
(
conf
.
C
)
)
app
.
Run
(
iris
.
Addr
(
":9
001
"
)
,
iris
.
WithConfiguration
(
conf
.
C
)
)
//app.Run(iris.Addr(":8097"), iris.WithConfiguration(conf.C))
Write
Preview
Loading…
Cancel
Save