Hey back. Is there any usage recommendation between `override.functions` versus `override.apis` ?
c
Hey back. Is there any usage recommendation between
override.functions
versus
override.apis
?
r
hey @Chimanos if your override login doesn't depend on req / res objects, you want to override the functions and not apis.
c
Oh ok. Simply ☺️ thanks
So in a nutshell : try and start with functions. If doesn't fit, go deeper to apis
r
yes