1 Star 1 Fork 0

冯龙/FlowerShopS_Service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.js 188 Bytes
一键复制 编辑 原始数据 按行查看 历史
冯龙 提交于 2021-10-27 22:23 . 完成用户登录注册模块
module.exports = app => {
app.beforeStart(async function () {
// sync方法根据模型创建表
await app.model.sync({});
// await app.model.sync({ force: true });
});
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FL_1135/flower-shop-s_-service.git
[email protected]:FL_1135/flower-shop-s_-service.git
FL_1135
flower-shop-s_-service
FlowerShopS_Service
master

搜索帮助