Added TODO.

pull/122/head
Halil İbrahim Kalkan 7 years ago
parent 7ab0422748
commit 1b9c2974ac

@ -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!
}
}
}
Loading…
Cancel
Save