I have a file custom.lua
and I want to add this plugin to a specific route of service.
I put the file code in Config.access
but it is giving schema violation error. Also, used minifier as referenced in docs.
How can I add a custom plugin to the route? Do I need to format the code in the file in some way?
Update
File contains (,) which is acting as delimiter, how to overcome it?