Community Services use HTTPS #21

This commit is contained in:
Gary Sharp
2013-10-17 11:34:22 +11:00
parent fdb5d37ec8
commit d6859dcde4
8 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace Disco.Data.Configuration
catch (Exception)
{ } // Ignore Errors
return "http://discoict.com.au/base/";
return "https://discoict.com.au/base/";
}
}
}