Skip to content

Commit

Permalink
issue with swagger ui not loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkp committed Jan 20, 2019
1 parent 19ce371 commit 88b04e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions LetsEncrypt-SiteExtension/App_Start/RouteConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class RouteConfig
{
public static void RegisterRoutes(RouteCollection routes)
{
SwaggerConfig.Register();
routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

routes.MapRoute(
Expand Down
1 change: 0 additions & 1 deletion LetsEncrypt-SiteExtension/App_Start/SwaggerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Swashbuckle.Application;
using System;

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

namespace LetsEncrypt.SiteExtension
{
Expand Down
2 changes: 1 addition & 1 deletion LetsEncrypt.WebAppOnly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>letsencrypt.webapponly</id>
<title>Azure Let's Encrypt (No Web Jobs)</title>
<version>0.9.0</version>
<version>0.9.1</version>
<authors>SJKP</authors>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion LetsEncrypt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>letsencrypt</id>
<title>Azure Let's Encrypt</title>
<version>0.9.0</version>
<version>0.9.1</version>
<authors>SJKP</authors>
<licenseUrl>http://opensource.org/licenses/Apache-2.0</licenseUrl>
<projectUrl>https://github.com/sjkp/letsencrypt-siteextension</projectUrl>
Expand Down

0 comments on commit 88b04e4

Please sign in to comment.