elcharitas/waxe

View on GitHub
docs/theme/helpers/index.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = {
    buildURL(path){
        return '/api/' + path;
    }
}