Skip to content

Commit

Permalink
Fix index name
Browse files Browse the repository at this point in the history
  • Loading branch information
mlqn committed Feb 6, 2024
1 parent dfac17d commit ab80b92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class AltinnAppGitRepository : AltinnGitRepository
private const string LANGUAGE_RESOURCE_FOLDER_NAME = "texts/";
private const string MARKDOWN_TEXTS_FOLDER_NAME = "md/";
private const string PROCESS_DEFINITION_FOLDER_PATH = "App/config/process/";
private const string CSHTML_PATH = "App/views/Home/index.cshtml";
private const string CSHTML_PATH = "App/views/Home/Index.cshtml";

private const string SERVICE_CONFIG_FILENAME = "config.json";
private const string LAYOUT_SETTINGS_FILENAME = "Settings.json";
Expand Down

0 comments on commit ab80b92

Please sign in to comment.