1
0
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:
Vishal Rana
2015-05-10 08:22:49 -07:00
parent c58ec742a9
commit 1b757d99d8
7 changed files with 11 additions and 11 deletions

View File

@ -125,7 +125,7 @@ func main() {
})
// Start server
e.Run(":4444")
e.Run(":1323")
}
func init() {