resource-watch/control-tower

View on GitHub
microservices/forest-watcher.json

Summary

Maintainability
Test Coverage
{
  "port": 30525,
  "endpoints": [
    {
      "path": "/v1/forest-watcher/area",
      "method": "GET",
      "redirect": {
        "method": "GET",
        "path": "/api/v1/forest-watcher/area"
      }
    },
    {
      "path": "/v1/forest-watcher/area",
      "method": "POST",
      "redirect": {
        "method": "POST",
        "path": "/api/v1/forest-watcher/area"
      }
    }
  ]
}