Skip to content

Commit 684984b

Browse files
committed
CS - Downloads working better.
1 parent b3445e2 commit 684984b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-direct/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ export class DirectClient {
297297
}
298298
);
299299
this.app.get(
300-
"/fine-tune/:assetId",
300+
"/fine-tune/:assetId",
301301
async (req: express.Request, res: express.Response) => {
302302
const assetId = req.params.assetId;
303303
const downloadDir = path.join(process.cwd(), 'downloads', assetId);

0 commit comments

Comments
 (0)