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:
@@ -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".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user