New: Update Nancy to 2.0

This commit is contained in:
ta264
2019-09-12 21:32:51 +01:00
parent 425bd8964f
commit 17c9fc419c
44 changed files with 266 additions and 266 deletions

View File

@@ -28,7 +28,7 @@ public class InitializeJsModule : NancyModule
_apiKey = configFileProvider.ApiKey;
_urlBase = configFileProvider.UrlBase;
Get["/initialize.js"] = x => Index();
Get("/initialize.js", x => Index());
}
private Response Index()