????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/data/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/data/data.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tokens = exports.users = void 0; const users = [ { id: 1, name: 'John Doe', email: 'johndoe@example.com', userName: 'johndoe@gmail.com', password: 'JohnDoe@123', }, { id: 2, name: 'Jane Smith', email: 'janesmith@example.com', userName: 'janesmith@gmail.com', password: 'JaneSmith@123', }, ]; exports.users = users; const tokens = []; exports.tokens = tokens; //# sourceMappingURL=data.js.map