Browse Source

Merge pull request #955 from lanpin/master

fixed PublicProductsController namespace
pull/975/head
Halil İbrahim Kalkan 7 years ago
committed by GitHub
parent
commit
a35fff3284
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      samples/MicroserviceDemo/modules/product/src/ProductManagement.HttpApi/ProductManagement/PublicProductsController.cs

2
samples/MicroserviceDemo/modules/product/src/ProductManagement.HttpApi/ProductManagement/PublicProductsController.cs

@ -5,7 +5,7 @@ using Volo.Abp;
using Volo.Abp.Application.Dtos; using Volo.Abp.Application.Dtos;
using Volo.Abp.AspNetCore.Mvc; using Volo.Abp.AspNetCore.Mvc;
namespace MyCompanyName.ProductManagement namespace ProductManagement
{ {
[RemoteService] [RemoteService]
[Area("productManagement")] [Area("productManagement")]

Loading…
Cancel
Save