mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 23:19:07 +00:00
Implement stack for Swagger Context (#612)
This commit is contained in:
committed by
William Cheng
parent
7e494e52ab
commit
b6fc29050d
@@ -198,7 +198,7 @@ public class RustServerCodegen extends DefaultCodegen implements CodegenConfig {
|
||||
supportingFiles.add(new SupportingFile("lib.mustache", "src", "lib.rs"));
|
||||
supportingFiles.add(new SupportingFile("models.mustache", "src", "models.rs"));
|
||||
supportingFiles.add(new SupportingFile("server-mod.mustache", "src/server", "mod.rs"));
|
||||
supportingFiles.add(new SupportingFile("server-auth.mustache", "src/server", "auth.rs"));
|
||||
supportingFiles.add(new SupportingFile("server-context.mustache", "src/server", "context.rs"));
|
||||
supportingFiles.add(new SupportingFile("client-mod.mustache", "src/client", "mod.rs"));
|
||||
supportingFiles.add(new SupportingFile("mimetypes.mustache", "src", "mimetypes.rs"));
|
||||
supportingFiles.add(new SupportingFile("example-server.mustache", "examples", "server.rs"));
|
||||
|
||||
Reference in New Issue
Block a user