This commit is contained in:
Aya Morisawa
2017-01-03 06:03:19 +09:00
parent 09cd610524
commit e52885bfe4
20 changed files with 29 additions and 30 deletions

View File

@ -1,7 +1,7 @@
import * as express from 'express';
import * as bcrypt from 'bcrypt';
import rndstr from 'rndstr';
const recaptcha = require('recaptcha-promise');
import recaptcha = require('recaptcha-promise');
import User from '../models/user';
import { validateUsername } from '../models/user';
import serialize from '../serializers/user';