Skip to content

Commit

Permalink
update swagger ui to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp committed May 10, 2018
1 parent 93f334c commit aa5cc4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zcl_swag.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ CLASS ZCL_SWAG IMPLEMENTATION.

IF iv_dist IS INITIAL.
REPLACE ALL OCCURRENCES OF 'iv_dist'
IN rv_ui WITH 'http://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.9.0/'.
IN rv_ui WITH 'http://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.14.1/'.
ELSE.
REPLACE ALL OCCURRENCES OF 'iv_dist'
IN rv_ui WITH iv_dist ##NO_TEXT.
Expand Down

0 comments on commit aa5cc4f

Please sign in to comment.