Skip to content

Commit 2aab242

Browse files
authored
Merge pull request #3 from ninhdh0/master
Support submitted button for all HTTP methods
2 parents 0882892 + 8a37194 commit 2aab242

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

index.tpl.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ var indexTpl = `
6363
window.swaggerUi = new SwaggerUi({
6464
url: url,
6565
dom_id: "swagger-ui-container",
66-
supportedSubmitMethods: ['get', 'post', 'put', 'delete'],
6766
onComplete: function(swaggerApi, swaggerUi){
6867
if(typeof initOAuth == "function") {
6968
initOAuth({

0 commit comments

Comments
 (0)