This commit is contained in:
Robbie Davis 2023-03-06 14:36:17 -05:00 committed by GitHub
parent 87a29bc111
commit 56243758d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,7 @@ public class Program
}
}
}
});
webBuilder.UseStartup<Startup>();
});