fix bug
This commit is contained in:
parent
56121342d6
commit
c32b99e997
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
const express = require('express');
|
||||
const cookieParser = require('cookie-parser');
|
||||
const path = require('path');
|
||||
const uuid = require("uuid");
|
||||
|
||||
const sequelize = require('./database');
|
||||
const Session = require('./models/Session');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue