Skip to content

Commit

Permalink
fix: incorrect smb url (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
oshinongit authored Nov 29, 2023
1 parent 4653d46 commit 64761df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api_productions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const apiProductions: FastifyPluginCallback<ApiProductionsOptions> = (
next
) => {
const smbServerUrl = new URL(
'/conferences',
'/conferences/',
opts.smbServerBaseUrl
).toString();
const smb = new SmbProtocol();
Expand Down

0 comments on commit 64761df

Please sign in to comment.