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:
02e69394c9
Větve
Značky
master
traffic-eff-app
/
util
/
index.js
index.js
92 B
Historie
Surový
1
2
3
4
5
export const getImageUrl = (uri) => {
return `${process.env.UNI_FILE_PREFIX}${uri}`;
};