0
maazq created
2 Answer(s)
-
1
For csharp static proxy:
abp generate-proxy --type csharp --module yourModuleName --url https://moduleHost:modulePort
For javascript static proxy:
abp generate-proxy --type js --module yourModuleName --url https://moduleHost:modulePort
Your module must be running while you are generating the proxies.
-
0
For csharp static proxy:
abp generate-proxy --type csharp --module yourModuleName --url https://moduleHost:modulePort
For javascript static proxy:
abp generate-proxy --type js --module yourModuleName --url https://moduleHost:modulePort
Your module must be running while you are generating the proxies.
That worked, thanks.