mirror of
https://github.com/labstack/echo.git
synced 2025-03-17 21:08:05 +02:00
Fix typo
This commit is contained in:
parent
5cd194b6b0
commit
9c974279b0
@ -60,7 +60,7 @@ Enable/disable automatically creating an index page for the directory.
|
||||
```go
|
||||
e := echo.New()
|
||||
e.AutoIndex(true)
|
||||
e.ServerDir("/", "/Users/vr/Projects/echo")
|
||||
e.ServeDir("/", "/Users/vr/Projects/echo")
|
||||
e.Run(":1323")
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user