trying to get ssl

This commit is contained in:
counter 2023-01-15 17:54:26 -08:00
parent f10ba63a65
commit e713fbd854

View file

@ -63,7 +63,7 @@ Settings.init({
Secrets found in DOMs
*/
class Users extends Model {}
Secrets.init({
Users.init({
id: {
allowNull: false,
primaryKey: true,
@ -82,7 +82,7 @@ Secrets.init({
}
}, {
sequelize,
modelName: 'userss',
modelName: 'users',
indexes: [
{
unique: false,