1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-20 02:59:54 +02:00
Vishal Rana b6547dde66 recipe & website in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 11:30:53 -07:00

341 B

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

CORS Recipe

Server

server.go

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

Maintainers

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