Coldbox Module Routes

176 views Asked by At

Is there a way, to have multiple routes go through to the same module ? I have tried adding the

addModuleRoutes(pattern="/blog", module="test");

to the config/Router.cfc But I just always get the error

Error loading module routes as the module requested 'test' is not loaded.

Does anyone know why the module is not being loaded ?

0

There are 0 answers