????

Your IP : 3.140.198.85


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/dist/data/
Upload File :
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