1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-03 22:52:19 +02:00
echo/website/content/recipes/cors.md
Vishal Rana 9918c9b4e9 updated docs
Signed-off-by: Vishal Rana <vishal.rana@verizon.com>
2016-11-16 23:05:53 -08:00

314 B

+++ title = "CORS Example" description = "CORS example for Echo" [menu.side] name = "CORS" identifier = "cors-middleware" parent = "recipes" weight = 3 +++

Server

server.go

{{< embed "cors/server.go" >}}

[Source Code]({{< source "cors" >}})

Maintainers