Unverified Commit 124f3819 authored by Derek's avatar Derek Committed by GitHub
Browse files

examples: update amiibo gateway parameters (#85)

parent 6d663ecd
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -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"
......@@ -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)
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment