Skip to content

Commit

Permalink
Chromeでapi-docが見れないのをとりあえず修正 Fix #2489
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Oct 7, 2023
1 parent 34733fb commit f372962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/web/views/redoc.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ head
margin: 0;
padding: 0;
}
redoc(spec-url='/api.json' expand-responses='200' expand-single-schema-field='true')
redoc(spec-url='/api.json' expand-responses='200' expand-single-schema-field='true' disable-search='true')
script(src='/assets/redoc.standalone.js?2.0.0-rc.50' integrity='sha256-WJbngBWN9vp6vkEuzeoSj5tE5saW9Hfj6/SinkzhL2s=')

0 comments on commit f372962

Please sign in to comment.