mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
login system progress
This commit is contained in:
15
src/server/backend/db/db.js
Normal file
15
src/server/backend/db/db.js
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* myevent - db.js
|
||||
*
|
||||
* Created by Janis Hutz 03/26/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
module.exports.getData = function getData ( db, searchQuery ) {
|
||||
console.log( db + searchQuery );
|
||||
return new Promise( resolve => {
|
||||
resolve( '$2b$05$ElMYWoMjk7567lXkIkee.e.6cxCrWU4gkfuNLB8gmGYLQQPm7gT3O' );
|
||||
} );
|
||||
};
|
||||
Reference in New Issue
Block a user