Browse Source

Update POST.md

pull/15647/head
Engincan VESKE 4 years ago
committed by GitHub
parent
commit
3fa49fce20
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md

2
docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md

@ -112,7 +112,7 @@ public class MyService
}
```
You can inject the `IAbpHostEnvironement` into your service and get the current environment by using its `EnvironmentName` property. You can also check the current environment by using its extension methods such as `IsDevelopment()`.
You can inject the `IAbpHostEnvironment` into your service and get the current environment by using its `EnvironmentName` property. You can also check the current environment by using its extension methods such as `IsDevelopment()`.
> Check the [ABP Application Startup](https://docs.abp.io/en/abp/7.1/Application-Startup) documentation for more information.

Loading…
Cancel
Save