mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added worker to search for stuff in db #10
This commit is contained in:
parent
66e4a03bdf
commit
655aab8ddf
6 changed files with 192 additions and 98 deletions
|
@ -22,7 +22,7 @@
|
|||
const express = require('express')
|
||||
const bodyParser = require('body-parser')
|
||||
const busboy = require('connect-busboy')
|
||||
const uuidv4 = require('uuid/v4') // TODO: deprecated, but imports are not supported
|
||||
const { v4: uuidv4 } = require('uuid')
|
||||
const fs = require('fs')
|
||||
const app = express()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue