Application crashes during startup when a . is in the path of a route in FunctionNameConventionRoutes.
This is likely due to dots not being translated during startup when routes are reflectively read ("." needs to be translated into it's JVM "$something")
Application crashes during startup when a . is in the path of a route in FunctionNameConventionRoutes. This is likely due to dots not being translated during startup when routes are reflectively read ("." needs to be translated into it's JVM "$something")