Project

General

Profile

User story #3702

Updated by François ARMAND almost 11 years ago

 
 

 See https://github.com/lift/framework/issues/105 to know how to do it : 

    LiftRules.excludePathFromContextPathRewriting.default.set(() => path => { 
       path.startsWith("/rudder-doc") 
    })

Back