Skip to content

Commit 443b74f

Browse files
committed
chore: 更改注入方法名称
1 parent ab2a546 commit 443b74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Extensions/ServiceCollectionSharedExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static IServiceCollection AddBootstrapBlazorServices(this IServiceCollect
8989
services.AddBootstrapBlazorTableExportService();
9090

9191
// 增加离线 IP 定位服务
92-
services.AddBootstrapBlazorIP2RegionfService();
92+
services.AddBootstrapBlazorIP2RegionService();
9393

9494
// 增加 JuHe 定位服务
9595
services.AddBootstrapBlazorJuHeIpLocatorService();

0 commit comments

Comments
 (0)