Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pubsweet-components
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
There was a problem fetching the latest pipeline status.
Show more breadcrumbs
pubsweet
pubsweet-components
Commits
6027c084
Commit
6027c084
authored
7 years ago
by
Jure
Browse files
Options
Downloads
Patches
Plain Diff
Update InkBackend.js
parent
545be52e
No related branches found
No related tags found
1 merge request
!101
Update InkBackend.js
Pipeline
#3019
passed with stage
in 11 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/InkBackend/InkBackend.js
+1
-1
1 addition, 1 deletion
packages/InkBackend/InkBackend.js
with
1 addition
and
1 deletion
packages/InkBackend/InkBackend.js
+
1
−
1
View file @
6027c084
...
...
@@ -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
=>
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment