Commit 421d131a3505e3464188c2186c86a92946613cff

Authored by Marcelo Puebla
1 parent 04a80f1e39
Exists in master and in 1 other branch validar_pve

Creado constante con url de api.

Showing 2 changed files with 6 additions and 0 deletions   Show diff stats
... ... @@ -44,3 +44,6 @@ testem.log
44 44 # System Files
45 45 .DS_Store
46 46 Thumbs.db
  47 +
  48 +# Project Settings
  49 +src/etc/AppSettings.ts
src/etc/AppSettings ejemplo.ts
... ... @@ -0,0 +1,3 @@
  1 +export const appSettings = {
  2 + // apiUrl: 'http://10.231.45.117:4705/autoservicio'
  3 +};
0 4 \ No newline at end of file