Skip to content

Commit

Permalink
remove unused option: version
Browse files Browse the repository at this point in the history
  • Loading branch information
falood committed Jan 6, 2017
1 parent c5c26fe commit 655cb98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/maru_swagger/config_struct.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ defmodule MaruSwagger.ConfigStruct do
defstruct [
:path, # [string] where to mount the Swagger JSON
:module, # [atom] Maru API module
:version, # [string] version
:force_json, # [boolean] force JSON for all params instead of formData
:pretty, # [boolean] should JSON output be prettified?
:swagger_inject, # [keyword list] key-values to inject directly into root of Swagger JSON
Expand Down

0 comments on commit 655cb98

Please sign in to comment.