Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
Try setting an explicit api-docs path
Browse files Browse the repository at this point in the history
mattdean-digicatapult committed Jul 21, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 4ab092f commit 25d80a4
Showing 5 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions app/server.js
Original file line number Diff line number Diff line change
@@ -69,6 +69,7 @@ async function createHttpServer() {
initialize({
app,
apiDoc: apiDoc,
docsPath: '/v3/api-docs',
consumesMiddleware: {
'multipart/form-data': function (req, res, next) {
multer({ storage: multerStorage }).any()(req, res, function (err) {
4 changes: 2 additions & 2 deletions helm/dscp-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: dscp-api
appVersion: '4.6.3'
appVersion: '4.6.4'
description: A Helm chart for dscp-api
version: '4.6.3'
version: '4.6.4'
type: application
dependencies:
- name: dscp-node
2 changes: 1 addition & 1 deletion helm/dscp-api/values.yaml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ service:
image:
repository: digicatapult/dscp-api
pullPolicy: IfNotPresent
tag: 'v4.6.3'
tag: 'v4.6.4'

dscpNode:
enabled: false
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dscp-api",
"version": "4.6.3",
"version": "4.6.4",
"description": "DSCP API",
"repository": {
"type": "git",

0 comments on commit 25d80a4

Please sign in to comment.