feat: #1001 - builds a way to allow list view to search multiple fields
* make textfields searchable * shorten namings in placeholder function * chore: finishes listSearchableFields Co-authored-by: Christian Reichart <christian.reichart@camperboys.com>
This commit is contained in:
@@ -19,6 +19,11 @@ const init = async () => {
|
||||
},
|
||||
});
|
||||
|
||||
// Redirect root to Admin panel
|
||||
expressApp.get('/', (_, res) => {
|
||||
res.redirect('/admin');
|
||||
});
|
||||
|
||||
const externalRouter = express.Router();
|
||||
|
||||
externalRouter.use(payload.authenticate);
|
||||
|
||||
Reference in New Issue
Block a user