Fix bug
This commit is contained in:
parent
6dbb4c208e
commit
10ca73489f
8 changed files with 10 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import User from '../models/user';
|
|||
import Signin from '../models/signin';
|
||||
import serialize from '../serializers/signin';
|
||||
import event from '../event';
|
||||
import config from '../../conf';
|
||||
|
||||
export default async (req: express.Request, res: express.Response) => {
|
||||
res.header('Access-Control-Allow-Credentials', 'true');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue