mirror of
https://github.com/labstack/echo.git
synced 2025-01-10 00:28:23 +02:00
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" >}})
|