We should be POSTing files to the load endpoint

main
Nick Dumas 4 weeks ago
parent 202ecbfd05
commit 113d71e42a

@ -6,7 +6,7 @@ resource "aws_api_gateway_resource" "transponder-tracker-load" {
resource "aws_api_gateway_method" "transponder-tracker-load" {
authorization = "NONE"
http_method = "GET"
http_method = "POST"
resource_id = aws_api_gateway_resource.transponder-tracker-load.id
rest_api_id = aws_api_gateway_rest_api.transponder-tracker.id
}

Loading…
Cancel
Save