Skip to content

Commit

Permalink
Merge pull request #10 from MahdiyarGHD/develop
Browse files Browse the repository at this point in the history
made global extention handling true
  • Loading branch information
Ali-YousefiTelori authored Nov 14, 2023
2 parents f952390 + 45fbd93 commit ff8ed2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Program
public static async Task Main(string[] args)
{
var app = CreateBuilder(args);
var build = await app.Build<QuestionContext>();
var build = await app.Build<QuestionContext>(true);
build.MapControllers();
build.Run();
}
Expand Down

0 comments on commit ff8ed2e

Please sign in to comment.