This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { Request, Response, NextFunction, response } from 'express'; | |
| import pool from '../database'; | |
| const bcrypt = require('bcrypt'); | |
| const nodemailer = require("nodemailer"); | |
| import keys from '../keys'; | |
| // const path = require('path'); | |
| class ClientesController { | |
| // ================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| package="io.ionic.starter"> | |
| <application | |
| android:allowBackup="true" | |
| android:cleartextTrafficPermitted="true" | |
| android:icon="@mipmap/ic_launcher" | |
| android:label="@string/app_name" | |
| android:roundIcon="@mipmap/ic_launcher_round" |
NewerOlder