Skip to content
Snippets Groups Projects
Commit 6027c084 authored by Jure's avatar Jure
Browse files

Update InkBackend.js

parent 545be52e
No related branches found
No related tags found
1 merge request!101Update InkBackend.js
Pipeline #3019 passed with stage
in 11 minutes and 42 seconds
......@@ -173,7 +173,7 @@ const downloadFromInk = ([auth, response]) => {
}
var InkBackend = function (app) {
app.use('/ink', (req, res, next) => {
app.use('/api/ink', (req, res, next) => {
var fileStream = new Busboy({ headers: req.headers })
const handleErr = err => {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment