1
0
mirror of https://github.com/labstack/echo.git synced 2026-05-16 09:48:24 +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
+1 -1
View File
@@ -70,5 +70,5 @@ func main() {
e.Delete("/users/:id", deleteUser)
// Start server
e.Run(":4444")
e.Run(":1323")
}
+1 -1
View File
@@ -23,5 +23,5 @@ func main() {
e.Get("/", hello)
// Start server
e.Run(":4444")
e.Run(":1323")
}
+1 -1
View File
@@ -125,7 +125,7 @@ func main() {
})
// Start server
e.Run(":4444")
e.Run(":1323")
}
func init() {