Update startup/lifestyle.js
Browse files- startup/lifestyle.js +1 -1
startup/lifestyle.js
CHANGED
@@ -6,7 +6,7 @@ import {
|
|
6 |
PasswordDB
|
7 |
} from '../config.js';
|
8 |
import mongoose from 'mongoose';
|
9 |
-
import ApiKey from "../models.js";
|
10 |
|
11 |
const port = 7860
|
12 |
|
|
|
6 |
PasswordDB
|
7 |
} from '../config.js';
|
8 |
import mongoose from 'mongoose';
|
9 |
+
import { ApiKey } from "../models.js";
|
10 |
|
11 |
const port = 7860
|
12 |
|