From 1b9c2974ac9dca610cbc91435339bdc3b5bc0d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 29 Sep 2017 17:49:54 +0300 Subject: [PATCH] Added TODO. --- .../Volo/Abp/Identity/AbpIdentityHttpApiModule.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity/AbpIdentityHttpApiModule.cs b/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity/AbpIdentityHttpApiModule.cs index 9a450b775c..f452e08507 100644 --- a/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity/AbpIdentityHttpApiModule.cs +++ b/src/Volo.Abp.Identity.HttpApi/Volo/Abp/Identity/AbpIdentityHttpApiModule.cs @@ -18,10 +18,11 @@ namespace Volo.Abp.Identity { opts.RootPath = "identity"; opts.UrlControllerNameNormalizer = context => context.ControllerName.RemovePreFix("Identity"); - - // }); }); + + //TODO: Allow to use Api Versioning's API to explicitly configure versioning for app services and other controllers, + //TODO: rather than implicitly doing it via AppServiceControllers.Create call above! } } } \ No newline at end of file