mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Change requestURl helper
Signed-off-by: soupette <cyril.lpz@gmail.com>
This commit is contained in:
parent
24d6883e59
commit
1fc2ee567f
@ -1,3 +1,3 @@
|
||||
const getRequestUrl = path => `${PUBLIC_PATH}${path}`;
|
||||
const getRequestUrl = path => `/admin/${path}`;
|
||||
|
||||
export default getRequestUrl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user