1
0
mirror of https://github.com/labstack/echo.git synced 2025-01-26 03:20:08 +02:00
Vishal Rana 054a310e70 updated website
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-11-20 14:51:17 -08:00

314 B

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

Server

server.go

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

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

Maintainers