Skip to content

Commit

Permalink
Renmaed ReadAssemblies to ReadControlkers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidoine committed Aug 10, 2016
1 parent 5d9d842 commit 89ab803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Folke.Core/ApplicationBuilderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ private static void CreateTypeScriptServices(ApplicationPartManager applicationP
applicationPartManager.PopulateFeature(feature);
var controllerTypes = feature.Controllers.Select(c => c.AsType());
var converter = new Converter();
var assembly = converter.ReadAssemblies(controllerTypes);
var assembly = converter.ReadControllers(controllerTypes);
var typeScript = new TypeScriptWriter();
typeScript.WriteAssembly(assembly);
typeScript.WriteToFiles("src/services");
Expand Down

0 comments on commit 89ab803

Please sign in to comment.