1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-26 21:35:56 +00:00

minor improvement of the previous commit

This commit is contained in:
Gerasimos (Makis) Maropoulos
2021-02-17 16:57:19 +02:00
parent cbf70a7bcf
commit f34703e3cf
3 changed files with 10 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ type Party interface {
// router.Get("/{id:uuid}", api.getUser)
// [...]
// }
PartyConfigure(relativePath string, partyReg PartyConfigurator) Party
PartyConfigure(relativePath string, partyReg ...PartyConfigurator) Party
// Subdomain returns a new party which is responsible to register routes to
// this specific "subdomain".
//