Skip to content

Commit

Permalink
examples: update amiibo gateway parameters (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaller committed Jul 23, 2020
1 parent 6d663ec commit 124f381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/amiibo/backend/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
package main

import (
"github.com/lyft/clutch/backend/cmd/assets"
"github.com/lyft/clutch/backend/gateway"
amiibomod "github.com/lyft/clutch/backend/module/amiibo"
amiiboservice "github.com/lyft/clutch/backend/service/amiibo"
Expand All @@ -13,5 +14,5 @@ func main() {
components := gateway.CoreComponentFactory
components.Modules[amiibomod.Name] = amiibomod.New
components.Services[amiiboservice.Name] = amiiboservice.New
gateway.Run(flags, components)
gateway.Run(flags, components, assets.VirtualFS)
}

0 comments on commit 124f381

Please sign in to comment.