UNPKG

strapi-plugin-users-permissions

Version:

Protect your API with a full-authentication process based on JWT

6 lines (3 loc) 130 B
import pluginId from '../pluginId'; const getRequestURL = endPoint => `/${pluginId}/${endPoint}`; export default getRequestURL;