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
44
44
new Visitor { Id = 5 , Name = "Randall" , Age = 29 } ,
45
45
} ;
46
46
47
- private static Config ConfigRepo = new Config ( ) ;
47
+ private static Models . Config ConfigRepo = new Models . Config ( ) ;
48
48
private static Optimizely Optimizely = null ;
49
49
private static InMemoryHandler InMemoryHandler = new InMemoryHandler ( ) ;
50
50
private static Logger . ILogger Logger = new MultiLogger ( new [ ] { new Logger . DefaultLogger ( ) , ( Logger . ILogger ) InMemoryHandler , new Log4NetLogger ( ) } ) ;
@@ -76,7 +76,7 @@ public ActionResult Config()
76
76
}
77
77
78
78
[ HttpPost ]
79
- public ActionResult Config ( Config config )
79
+ public ActionResult Config ( Models . Config config )
80
80
{
81
81
ConfigRepo = config ;
82
82
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