Hi I am using kraken with express on node app. I am facing problem on windows. I have a route eg 'register/:appname?' and appname is a optional param. Since kraken (as I understand well) foces directory structure for this controller it should look like this: controllers->register->:appname? am I right? If yes, this is an issue on windows because we cannot create folders with "?"
try
controllers\register.js
, with something like this:Or
controllers\index.js
with this: