Se trae a develop lo último de master #7
Merged
kuru
merged 3 commits from master into develop 5 years ago
8 changed files with 55 additions and 41 deletions
@ -0,0 +1,17 @@ |
|||
REACT_APP_API=http://138.117.79.139:3001 |
|||
REACT_APP_SOCKET=http://138.117.79.139:3004 |
|||
|
|||
REACT_APP_ADMIN=$REACT_APP_API/admins |
|||
REACT_APP_ADMIN_WHOAMI=$REACT_APP_ADMIN/whoami |
|||
REACT_APP_ADMIN_LOGIN=$REACT_APP_ADMIN/login |
|||
REACT_APP_ADMIN_SIGNUP=$REACT_APP_ADMIN/signup |
|||
|
|||
REACT_APP_USUARIOS=$REACT_APP_API/usuarios |
|||
REACT_APP_USUARIOS_UPDATE=$REACT_APP_USUARIOS/update |
|||
REACT_APP_USUARIOS_SIGNUP=$REACT_APP_USUARIOS/signup |
|||
REACT_APP_USUARIOS_DELETE=$REACT_APP_USUARIOS/delete |
|||
|
|||
REACT_APP_TEMPORALES=$REACT_APP_API/temporales |
|||
REACT_APP_TEMPORALES_DELETE=$REACT_APP_TEMPORALES/delete |
|||
|
|||
REACT_APP_MEASURE=$REACT_APP_API/measure |
|||
@ -1,9 +0,0 @@ |
|||
import React from "react"; |
|||
|
|||
export const Ruta2 = () => { |
|||
return ( |
|||
<div className="w-full lg:w-4/6 top-0 flex flex-col p-4 rounded-md shadow-md JDKDegradado"> |
|||
Ruta 2 |
|||
</div> |
|||
); |
|||
}; |
|||
@ -1,9 +0,0 @@ |
|||
import React from "react"; |
|||
|
|||
export const Ruta3 = () => { |
|||
return ( |
|||
<div className="w-full lg:w-4/6 top-0 flex flex-col p-4 rounded-md shadow-md JDKDegradado"> |
|||
Ruta 3 |
|||
</div> |
|||
); |
|||
}; |
|||
Loading…
Reference in new issue