teamdigitale / anpr-dashboard-server

Service to expose data about the migration status of Italian municipalities to the National Registry
GNU Affero General Public License v3.0
2 stars 4 forks source link

Missing entry returns `200` with no data #9

Open ioggstream opened 5 years ago

ioggstream commented 5 years ago

Reproduce

curl https://dashboard.anpr.it/api/comune/missing -v

> GET /api/comune/missing HTTP/2

< HTTP/2 200 
{"result":"ok","error":"","data":null}

I expect

404 not found

instead

200 OK