Commit 6de18d92dc4b90586f1f0ae181f5796a5b14ccc4
1 parent
f8f1bf20
removed hardcoded ip
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/services/LabExerciseService.js
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | User.EmailTo = senderEmail; |
59 | 59 | var deferred = $q.defer(); |
60 | 60 | // var jsonData = { 'EmailTo': User.EmailTo, 'EmailAdd': User.EmailAdd }; |
61 | - $http.post('http://192.168.90.19:91/API/api/LabExercise/SendEmail', JSON.stringify(User), { | |
61 | + $http.post('/API/api/LabExercise/SendEmail', JSON.stringify(User), { | |
62 | 62 | |
63 | 63 | headers: { |
64 | 64 | 'Content-Type': 'application/json' | ... | ... |