Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Fixed backend build error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 committed Feb 12, 2021
1 parent aabac04 commit 9025e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/backend/src/services/openapidocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class OpenAPIDocs {
apiPath ?? "/api",
useSofa({
schema,
basePath: "/api",
context: async ({ req }) => {
try {
let token = "";
Expand Down

0 comments on commit 9025e41

Please sign in to comment.