mirror of
https://github.com/labstack/echo.git
synced 2025-06-19 00:27:34 +02:00
Changed default port in examples
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@ -125,7 +125,7 @@ func main() {
|
||||
})
|
||||
|
||||
// Start server
|
||||
e.Run(":4444")
|
||||
e.Run(":1323")
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user