Skip to content

Commit

Permalink
Merge pull request #164 from ImMin5/master
Browse files Browse the repository at this point in the history
Add temporary static version for openapi.json
  • Loading branch information
ImMin5 authored Nov 24, 2023
2 parents 5a9df83 + 09f7d43 commit 1d04983
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/openapi/openapi.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"url": "/docs"
},
"info": {
"title": "{{ service_name.title() | replace('_',' ') }} API"
"title": "{{ service_name.title() | replace('_',' ') }} API",
"version": "3.1.0"
},
"paths":{
{%- for method in methods -%}
Expand Down

0 comments on commit 1d04983

Please sign in to comment.