Skip to content

Commit 44df266

Browse files
authored
Merge pull request #2696 from flexion/devex-1100-swagger-doc-generation
Devex 1100 swagger doc housekeeping
2 parents 825661a + 19ffb55 commit 44df266

File tree

2 files changed

+288
-72
lines changed

2 files changed

+288
-72
lines changed

web-api/src/swagger/swaggerLambda.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ exports.swaggerLambda = () => {
1616
<script>
1717
SwaggerUIBundle({
1818
dom_id: '#swagger',
19-
url: '/api/swagger.json'
19+
url: '/api/swagger.json',
20+
supportedSubmitMethods: []
2021
});
2122
</script>
2223
</body>

0 commit comments

Comments
 (0)