added api page
added login added api.ejs added middleware for authorization check
This commit is contained in:
@ -61,6 +61,7 @@ const apikeyModel = sequelize.define(
|
||||
timestamps: true,
|
||||
}
|
||||
);
|
||||
apikeyModel.belongsTo(userModel);
|
||||
|
||||
module.exports = { apikeyModel };
|
||||
|
||||
|
Reference in New Issue
Block a user