Commit Graph

8 Commits

Author SHA1 Message Date
bb1eeed231 reference ConfigurationHandler and update calls to get configurations.
removed ConfigMonitor.cs.
#54
2017-03-02 22:04:58 +00:00
71bb5b70af update ninject packages to fix 500 internal server error.
removed dependency resolver configuration line, seemed to be duplicating bindings.
#39
2017-02-23 16:54:15 +00:00
62b3d07a96 Fixed ninject cyclic dependency deployment issue. 2017-02-16 22:17:48 +00:00
ebfced87ee fix relative file paths (file not found errors).
added razor engine to WindowsDataCenter project.
fixed odd logCount errors in spa.js/index.html
2017-02-16 17:07:48 +00:00
3fe792d36c manually merging static files etc from branch, this way i can make sure it still works.. seems to be some package going belly up with its dependencies.. no idea what. 2017-02-01 20:05:30 +00:00
de57353511 added come comments to explain setup and configuration of ninject and WebAPI. 2017-01-31 22:10:36 +00:00
a7d23d9e7c Added Ninject and ninject resolvers to enable dependency inject on the ApiController Classes. 2017-01-30 22:39:34 +00:00
bc3c7a5e31 moved owin config to its own file,
removed predefined route definition in favour of mapping attributes on ApiController classes.
Added JsonpFormatter to ensure cross-domain api web requests will work to this API.
added formatter to HTTPConfiguration for owin config.
2017-01-30 22:30:58 +00:00