terra-money / fcd-classic

Terra ETL + RestFul API Server
https://fcd.terra.dev/swagger
MIT License
63 stars 42 forks source link

Hotfix: non-existent endpoints should return not found (404) #82

Closed hanjukim closed 4 years ago

hanjukim commented 4 years ago

Description

FCD server passes all of non-existent and unknown endpoints to LCD. Such endpoints starting with /static, /apidoc and /v1 should return Not Found (404) immediately.

Changes

Further step

It would be ideal if we specify all LCD endpoints to be proxied.