mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 10:57:05 +00:00
Read https://github.com/kataras/iris/tree/master/HISTORY.md
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultServerAddr the default server addr
|
||||
DefaultServerAddr = ":8080"
|
||||
// DefaultServerAddr the default server addr which is: 127.0.0.1:8080
|
||||
DefaultServerAddr = "127.0.0.1:8080"
|
||||
)
|
||||
|
||||
// ServerName the response header of the 'Server' value when writes to the client
|
||||
|
||||
Reference in New Issue
Block a user