Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Nov 14, 2023
1 parent fb87b50 commit 4013a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swarmgate/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ app.post('/:version?/services/create', async (req, res) => {
const auth = JSON.parse(Buffer.from(authHeader as string, 'base64').toString('utf-8'));
const service = await docker.createService(auth, serviceSpec);
res.status(201).json(service);
return;
}
const service = await docker.createService(serviceSpec);
res.status(201).json(service);
Expand Down

0 comments on commit 4013a7e

Please sign in to comment.