fileApi.js 48 B

123
  1. function fileUrl(url) {
  2. return '/src' + url;
  3. }