Skip to content

4.5.0

Choose a tag to compare

@lorenzobruni lorenzobruni released this 29 Jun 19:56
· 50 commits to master since this release

[ENHANCEMENT] Implement API.Static interface #11

Add the following verb to the Web.config in the handlers directive:

<handlers>
  ...
  <add verb="GET,POST" path="api.static" name="API.Static" type="API.Static" />
</handlers>