mirror of
https://github.com/labstack/echo.git
synced 2025-02-03 13:11:39 +02:00
f4b0004d2b
Signed-off-by: Vishal Rana <vr@labstack.com>
22 lines
367 B
Markdown
22 lines
367 B
Markdown
+++
|
|
title = "Subdomains Recipe"
|
|
description = "Subdomains recipe / example for Echo"
|
|
[menu.side]
|
|
name = "Subdomains"
|
|
parent = "recipes"
|
|
weight = 10
|
|
+++
|
|
|
|
## Subdomains Recipe
|
|
|
|
`server.go`
|
|
|
|
{{< embed "subdomains/server.go" >}}
|
|
|
|
### Maintainers
|
|
|
|
- [axdg](https://github.com/axdg)
|
|
- [vishr](https://github.com/vishr)
|
|
|
|
### [Source Code]({{< source "subdomains" >}})
|