File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OptimizelySDK.DemoApp/Controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public class DemoController : Controller
4444 new Visitor { Id = 5 , Name = "Randall" , Age = 29 } ,
4545 } ;
4646
47- private static Config ConfigRepo = new Config ( ) ;
47+ private static Models . Config ConfigRepo = new Models . Config ( ) ;
4848 private static Optimizely Optimizely = null ;
4949 private static InMemoryHandler InMemoryHandler = new InMemoryHandler ( ) ;
5050 private static Logger . ILogger Logger = new MultiLogger ( new [ ] { new Logger . DefaultLogger ( ) , ( Logger . ILogger ) InMemoryHandler , new Log4NetLogger ( ) } ) ;
@@ -76,7 +76,7 @@ public ActionResult Config()
7676 }
7777
7878 [ HttpPost ]
79- public ActionResult Config ( Config config )
79+ public ActionResult Config ( Models . Config config )
8080 {
8181 ConfigRepo = config ;
8282 string url = string . Format ( "https://cdn.optimizely.com/json/{0}.json" , config . ProjectId ) ;
You can’t perform that action at this time.
0 commit comments