Пример #1
0
 public void Configuration(IAppBuilder app)
 {
     app.UseSpaStaticFile(new SpaStaticFileOptions {
         // do we have to allow extensions or can we just strip out leading "../.."s and serve up anything on the file system?
         RootPath = "..\\..\\..\\..\\..\\Aklesia\\src\\WebApp\\app",
         ShouldCache = false
     });
 }