Commit 2709d84323a1643faa5b719037ce8880ea10c66a
1 parent
672723ac
modification
Showing
4 changed files
with
4 additions
and
2 deletions
.gitignore
... | ... | @@ -35,4 +35,6 @@ $tf*/ |
35 | 35 | 300-PROTOTYPES/POC/AIAHTML5 |
36 | 36 | 400-SOURCECODE/AIAHTML5.Web/app/controllers/HomeController.js.orig |
37 | 37 | 400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js.orig |
38 | -400-SOURCECODE/AIAHTML5.Web/index.html.orig | |
39 | 38 | \ No newline at end of file |
39 | +400-SOURCECODE/AIAHTML5.Web/index.html.orig | |
40 | +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.dll | |
41 | +400-SOURCECODE/AIAHTML5.API/bin/AIAHTML5.API.pdb | |
40 | 42 | \ No newline at end of file | ... | ... |
400-SOURCECODE/AIAHTML5.API/Models/PixelLocator.cs
... | ... | @@ -12,7 +12,7 @@ namespace AIAHTML5.API.Models |
12 | 12 | |
13 | 13 | internal static dynamic GetBodyRegionsPixelData(string layerNumber, string bodyViewIndex, string systemNumber, string zoom) |
14 | 14 | { |
15 | - var client = new MongoClient("mongodb://192.168.90.43:27017"); | |
15 | + var client = new MongoClient(); | |
16 | 16 | var db = client.GetDatabase("aia"); |
17 | 17 | |
18 | 18 | var col = db.GetCollection<BsonDocument>("DAImages"); | ... | ... |
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