mirror of
https://github.com/labstack/echo.git
synced 2025-01-10 00:28:23 +02:00
f4b0004d2b
Signed-off-by: Vishal Rana <vr@labstack.com>
341 B
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" >}}