You've already forked pigallery2
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:
@@ -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);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user