@@ -230,12 +230,12 @@ public RustAxumServerCodegen() {
230230
231231 supportingFiles .add (new SupportingFile ("Cargo.mustache" , "" , "Cargo.toml" ));
232232 supportingFiles .add (new SupportingFile ("gitignore" , "" , ".gitignore" ));
233- supportingFiles .add (new SupportingFile ("lib.mustache" , "src" , "lib.rs" ));
234- supportingFiles .add (new SupportingFile ("models.mustache" , "src" , "models.rs" ));
235233 supportingFiles .add (new SupportingFile ("types.mustache" , "src" , "types.rs" ));
236234 supportingFiles .add (new SupportingFile ("header.mustache" , "src" , "header.rs" ));
237- supportingFiles .add (new SupportingFile ("server-mod .mustache" , "src/server " , "mod .rs" ));
235+ supportingFiles .add (new SupportingFile ("models .mustache" , "src" , "models .rs" ));
238236 supportingFiles .add (new SupportingFile ("apis-mod.mustache" , apiPackage ().replace ('.' , File .separatorChar ), "mod.rs" ));
237+ supportingFiles .add (new SupportingFile ("server-mod.mustache" , "src/server" , "mod.rs" ));
238+ supportingFiles .add (new SupportingFile ("lib.mustache" , "src" , "lib.rs" ));
239239 supportingFiles .add (new SupportingFile ("README.mustache" , "" , "README.md" ).doNotOverwrite ());
240240 }
241241
0 commit comments