# Extensions
Storefront API evolved out of Vue Storefront API which supported the concept of API extensions. Initially, it was just an additional Express.js handler mounted to a specific URL.
We thought it might be useful for developers to have the same functionality within their modules. We've added a registerExtensions
helper that is in charge of loading the modules from src/module/your-custom-module/api/extensions
.