Commit 5b1f6ca815276f2e370e52e6dcb6375b60ba71dd

Authored by Amrita Vishnoi
1 parent 4168639c

AOD slug is updated in AIA.js

400-SOURCECODE/AIAHTML5.API/Web.config
... ... @@ -39,7 +39,7 @@
39 39 <add key="EnableSSL" value="false" />
40 40 <add key="Site_Url" value ="http://qa.beta.interactiveanatomy.com/"/>
41 41 <add key ="HostAddress" value="10.100.12.13" />
42   - <add key="isUserAuthenticated" value="false"/>
  42 + <add key="isUserAuthenticated" value="true"/>
43 43 <add key="AdminSupport" value="amrita.vishnoi@ebix.com,nikita.kulshreshtha@ebix.com"/>
44 44 </appSettings>
45 45 <system.web>
... ...
400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll
No preview for this file type
400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb
No preview for this file type
400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
... ... @@ -402,7 +402,7 @@ AIA.constant(&quot;UserModules&quot;, [
402 402 },
403 403 {
404 404 "name": "A.D.A.M OnDemand",
405   - "slug": "ADAM-on-demand"
  405 + "slug": "Link/aod"
406 406 }
407 407 ]);
408 408  
... ...