mirror of
https://github.com/labstack/echo.git
synced 2025-01-01 22:09:21 +02:00
73110004ef
Signed-off-by: Vishal Rana <vr@labstack.com>
22 lines
314 B
Markdown
22 lines
314 B
Markdown
+++
|
|
title = "CORS Example"
|
|
description = "CORS example for Echo"
|
|
[menu.main]
|
|
name = "CORS"
|
|
identifier = "middleware-cors"
|
|
parent = "recipes"
|
|
weight = 3
|
|
+++
|
|
|
|
## Server
|
|
|
|
`server.go`
|
|
|
|
{{< embed "cors/server.go" >}}
|
|
|
|
## [Source Code]({{< source "cors" >}})
|
|
|
|
## Maintainers
|
|
|
|
- [vishr](https://github.com/vishr)
|