Skip to content

Instantly share code, notes, and snippets.

View juanchehin's full-sized avatar

Juan Chehin juanchehin

View GitHub Profile
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 {
// ==================================================
<?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"