4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
# Calls endpoint to write all public Holidays for the current year inside a database.
|
|
port=__PORT__
|
|
curl localhost:$port/auto/feiertage
|