This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_GAAS_GFrame_BACKEND
Watch
2
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
添加portal的配置
pull/318/head
zhangxin
3 years ago
parent
aeae4e5a04
commit
beb1451407
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
main.go
+ 2
- 0
main.go
View File
@ -134,5 +134,7 @@ func imain() {
//启动监听端口
app
.
Run
(
iris
.
Addr
(
":8093"
)
,
iris
.
WithConfiguration
(
conf
.
C
)
)
//app.Run(iris.Addr(":8097"), iris.WithConfiguration(conf.C))
}
Write
Preview
Loading…
Cancel
Save