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/30/head
zhangxin
3 years ago
parent
7fb34a63b7
commit
db9604d6d3
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
(
":
8093
"
)
,
iris
.
WithConfiguration
(
conf
.
C
)
)
app
.
Run
(
iris
.
Addr
(
":
6099
"
)
,
iris
.
WithConfiguration
(
conf
.
C
)
)
//app.Run(iris.Addr(":8097"), iris.WithConfiguration(conf.C))
Write
Preview
Loading…
Cancel
Save