@ccci/micro-server 1.0.75 → 1.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -119165,7 +119165,6 @@ class ApplicationServer {
|
|
|
119165
119165
|
ApplicationServer.app.use(import_express_fileupload.default());
|
|
119166
119166
|
const db = new DatabaseConnector(process.cwd());
|
|
119167
119167
|
const conn = await DatabaseConnector.init();
|
|
119168
|
-
await db.connect(conn[0]);
|
|
119169
119168
|
await db.initializeModels();
|
|
119170
119169
|
ApplicationServer.app.get("/", (req, resp) => {
|
|
119171
119170
|
return resp.sendFile(path4.resolve("index.html"));
|