1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-12-18 00:19:25 +02:00

creating, application frame and admin page stub

This commit is contained in:
Braun Patrik
2016-04-26 15:10:05 +02:00
parent e1b54d1ff2
commit 1ee749043e
10 changed files with 152 additions and 45 deletions

View File

@@ -31,7 +31,7 @@ export class PublicRouter{
res.render(_path.resolve(__dirname, './../../frontend/index.ejs'),res.tpl);
};
this.app.get(['/','/login',"/gallery*"], renderIndex);
this.app.get(['/','/login',"/gallery*","/admin"], renderIndex);
}