Skip to content

Commit

Permalink
add authorization exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Nov 1, 2017
1 parent d12c7be commit 762a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
/**
* Paths which should be excluded from the documentation
*/
var exclude = ['/backend/(.*)', '/consumer/(.*)'];
var exclude = ['/authorization/(.*)', '/backend/(.*)', '/consumer/(.*)'];

evidProvider.setExclude(exclude);

Expand Down

0 comments on commit 762a481

Please sign in to comment.