Skip to content

Commit 9705718

Browse files
authored
Merge pull request #9198 from swagger-api/fix-config-codegentype
fix config CodegenType
2 parents d244bf9 + 013e328 commit 9705718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/CodegenType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public String toValue() {
3131
names.put("client", CLIENT);
3232
names.put("server", SERVER);
3333
names.put("documentation", DOCUMENTATION);
34+
names.put("config", CONFIG);
3435
names.put("other", OTHER);
3536
}
3637
}

0 commit comments

Comments
 (0)