Skip to content

Commit

Permalink
Add Moonglade.IndexNow.Client dependency to Program class
Browse files Browse the repository at this point in the history
Added the "Moonglade.IndexNow.Client" module to the list of
dependencies in the `Program` class, indicating that this new
module is now part of the program's dependencies.
  • Loading branch information
EdiWang committed Nov 7, 2024
1 parent 98c1adc commit bf6e6cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Moonglade.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ private static void LoadAssemblies()
"Moonglade.Core",
"Moonglade.Email.Client",
"Moonglade.FriendLink",
"Moonglade.IndexNow.Client",
"Moonglade.Syndication",
"Moonglade.Theme",
// Data
Expand Down

0 comments on commit bf6e6cd

Please sign in to comment.