1
0
mirror of https://github.com/labstack/echo.git synced 2025-02-03 13:11:39 +02:00
echo/website/content/recipes/subdomains.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

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" >}})