Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ripper2hl committed Apr 15, 2024
2 parents 90ef17a + 851407b commit be7134c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion actualizacion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ curl -O https://www.correosdemexico.gob.mx/datosabiertos/cp/cpdescarga.txt
# Cambiar el encoding del archivo a UTF-8
iconv -f ISO-8859-1 -t UTF-8 cpdescarga.txt -o cpdescarga_utf8.txt

# Realizar la solicitud PATCH con curl a la URL localhost:8080/v1/archivo/actualizacion
# Realizar la solicitud POST con curl a la URL localhost:8080/v1/archivo/actualizacion
curl -X POST http://localhost:8080/v1/archivo/actualizacion -F file=@cpdescarga_utf8.txt

# Eliminar los archivos temporales
rm cpdescarga.txt cpdescarga_utf8.txt

curl -X GET http://localhost:8080/v1/archivo/index

0 comments on commit be7134c

Please sign in to comment.