Skip to content

Commit 88b04e4

Browse files
committed
issue with swagger ui not loading.
1 parent 19ce371 commit 88b04e4

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

LetsEncrypt-SiteExtension/App_Start/RouteConfig.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class RouteConfig
1111
{
1212
public static void RegisterRoutes(RouteCollection routes)
1313
{
14+
SwaggerConfig.Register();
1415
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");
1516

1617
routes.MapRoute(

LetsEncrypt-SiteExtension/App_Start/SwaggerConfig.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Swashbuckle.Application;
55
using System;
66

7-
[assembly: PreApplicationStartMethod(typeof(SwaggerConfig), "Register")]
87

98
namespace LetsEncrypt.SiteExtension
109
{

LetsEncrypt.WebAppOnly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>letsencrypt.webapponly</id>
55
<title>Azure Let's Encrypt (No Web Jobs)</title>
6-
<version>0.9.0</version>
6+
<version>0.9.1</version>
77
<authors>SJKP</authors>
88
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
99
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>

LetsEncrypt.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>letsencrypt</id>
55
<title>Azure Let's Encrypt</title>
6-
<version>0.9.0</version>
6+
<version>0.9.1</version>
77
<authors>SJKP</authors>
88
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
99
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>

0 commit comments

Comments
 (0)