1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-10 00:28:23 +02:00
echo/website/content/recipes/cors.md
Vishal Rana f4b0004d2b website/recipe in the main repo
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-10-20 09:11:07 -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" >}})