Add menu and list page style
This commit is contained in:
@@ -151,10 +151,10 @@ app.get('/medical/events/list', function (req,res) {
|
||||
app.get('/medical/events', function (req,res) {
|
||||
res.sendFile(path + "index.html");
|
||||
});
|
||||
app.get('/medical/events/request', function (req,res) {
|
||||
app.get('/medical/event-request', function (req,res) {
|
||||
res.sendFile(path + "index.html");
|
||||
});
|
||||
app.get('/medical/events/request/list', function (req,res) {
|
||||
app.get('/medical/event-request/list', function (req,res) {
|
||||
res.sendFile(path + "index.html");
|
||||
});
|
||||
app.get('/medical/events/edit/:id', function (req,res) {
|
||||
|
||||
Reference in New Issue
Block a user