Skip to content

Commit

Permalink
add comment, remove if
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred J. Kwak committed Feb 17, 2017
1 parent b26ea6a commit d8453fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/app/templates/server/definitions.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import Api from './api'; <% if(api.definitions) { %>
import Api from './api';
// Add swagger definitions
Api.swagger.definitions = <%-JSON.stringify(api.definitions, null, 2)%>
<% } %>

0 comments on commit d8453fc

Please # to comment.