h2non / imaginary

Fast, simple, scalable, Docker-ready HTTP microservice for high-level image processing
https://fly.io/docs/app-guides/run-a-global-image-service/
MIT License
5.5k stars 455 forks source link

Fix operation name typo #417

Closed pedroetb closed 10 months ago

pedroetb commented 10 months ago

At pipeline endpoint, operation for /watermarkimage is "watermarkImage", with an 'i' in uppercase.

I had to look at https://github.com/h2non/imaginary/blob/b632dae8cc321452c3f85bcae79c580b1ae1ed84/image.go#L31 to learn this.