We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020da09 commit 76d8e27Copy full SHA for 76d8e27
test/Cnblogs.Architecture.IntegrationTestProject/Program.cs
@@ -33,7 +33,7 @@
33
34
app.MapControllers();
35
36
-app.Subscribe<TestIntegrationEvent>(appName);
+app.Subscribe<TestIntegrationEvent>();
37
38
var apis = app.NewVersionedApi();
39
var v1 = apis.MapGroup("/api/v{version:apiVersion}").HasApiVersion(1);
0 commit comments