mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 22:59:08 +00:00
fix sinatra type (tag)
This commit is contained in:
@@ -76,7 +76,7 @@ public class SinatraServerCodegen extends DefaultCodegen implements CodegenConfi
|
||||
}
|
||||
|
||||
public CodegenType getTag() {
|
||||
return CodegenType.CLIENT;
|
||||
return CodegenType.SERVER;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
|
||||
Reference in New Issue
Block a user