fnmunhoz / street-comics

Simple app to navigate through all the comics ever released
0 stars 0 forks source link

fix: permit only expected params #25

Closed fnmunhoz closed 3 years ago

fnmunhoz commented 3 years ago

So that we don't forward other params to the Marvel API

In the future, the Adapters::Marvel::RequestAdapter class could potentially take care of that.

But for now, let's keep it simple.


On another note, this controller is becoming too messy, but I need to focus on the front end now, so I will leave it as it is.

At least there are tests o/