-u media URL
This commit is contained in:
parent
cc0b7b3e6f
commit
e176c8b5e2
|
|
@ -1,5 +1,5 @@
|
||||||
export const API_URL = 'http://54.173.167.62/api';
|
export const API_URL = 'http://54.173.167.62/api';
|
||||||
export const MEDIA_URL = 'http://54.173.167.62/public';
|
export const MEDIA_URL = 'http://54.173.167.62/api/uploads';
|
||||||
|
|
||||||
export const slugify = (text) => {
|
export const slugify = (text) => {
|
||||||
if (!text) {
|
if (!text) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user