Skip to content

Commit 31f4de9

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] 4 pages modified
1 parent 9735b8e commit 31f4de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Use the following code to serve files in a directory named `./public`:
127127
```go
128128
app := fiber.New()
129129

130-
app.Static("/", "./public") // => Serve all files into ./public
130+
app.Static("/", "./public")
131131

132132
app.Listen(8080)
133133
```

0 commit comments

Comments
 (0)