Browse Source
Merge pull request #18894 from abpframework/issue-3596
Update CLI links
pull/18896/head
SALİH ÖZKARA
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/UI/AspNetCore/Static-JavaScript-Proxies.md
|
|
|
@ -49,7 +49,7 @@ Open a command-line terminal in the root folder of your web project (`.csproj`) |
|
|
|
abp generate-proxy -t js -u https://localhost:53929/ |
|
|
|
```` |
|
|
|
|
|
|
|
> If you haven't installed yet, you should install the [ABP CLI](../CLI.md). Change the example URL to your application's root URL. |
|
|
|
> If you haven't installed yet, you should install the [ABP CLI](../../CLI.md). Change the example URL to your application's root URL. |
|
|
|
|
|
|
|
This command should generate the following files under the `ClientProxies` folder: |
|
|
|
|
|
|
|
|