This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
hs
/
traffic-eff-app
Sledovat
3
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
63f229cbf5
Větve
Značky
master
traffic-eff-app
/
util
/
index.js
index.js
90 B
Historie
Surový
1
2
3
export const getImageUrl = (uri) => {
return `${process.env.UNI_FILE_PREFIX}${uri}`;
};