Skip to content

Commit 33f7cff

Browse files
committed
修复了版本节点错误
1 parent c7a4395 commit 33f7cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SimApiExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ public static WebApplication UseSimApi(this WebApplication builder)
464464

465465
if (options.SimApiRouteOptions.VersionRoute != null)
466466
{
467-
logger.LogInformation("注册内置Route: Versions => {}", options.SimApiRouteOptions.LogoutRoute);
467+
logger.LogInformation("注册内置Route: Versions => {}", options.SimApiRouteOptions.VersionRoute);
468468
builder.MapControllerRoute(name: "Versions", pattern: options.SimApiRouteOptions.VersionRoute,
469469
defaults: new
470470
{

0 commit comments

Comments
 (0)