fenepedia / contao-er24-rechtstexte

Contao Erweiterung für die Integration von Rechtstexten über die eRecht24 API
GNU General Public License v3.0
2 stars 2 forks source link

Ping-Pong - answer needs to be JSON #15

Closed etlam closed 1 year ago

etlam commented 1 year ago

The eRecht24 API does not recognize the ping pong as success as it expects the answer to be a JSON response:

{
     "message": "pong"
}

At the moment the Contao returns just plain text:

Content-Type: text/html; charset=UTF-8

pong
fritzmg commented 1 year ago

Which controller/route do you mean?