1
0
mirror of https://github.com/labstack/echo.git synced 2025-07-03 00:56:59 +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

@ -70,5 +70,5 @@ func main() {
e.Delete("/users/:id", deleteUser)
// Start server
e.Run(":4444")
e.Run(":1323")
}