Mercurial > hg > orthanc
comparison Resources/Samples/WebApplications/DrawingDicomizer.js @ 2197:f6474d6af66a
add some log
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 03 Dec 2016 11:00:04 +0100 |
parents | c5c77ceb38c0 |
children | a3a65de1840f |
comparison
equal
deleted
inserted
replaced
2196:fd82e9e6251e | 2197:f6474d6af66a |
---|---|
94 default: | 94 default: |
95 toolbox.NotFound(response); | 95 toolbox.NotFound(response); |
96 } | 96 } |
97 }); | 97 }); |
98 | 98 |
99 | |
100 console.log('The demo is running at http://localhost:' + port + '/'); | |
99 server.listen(port); | 101 server.listen(port); |