mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
Add company logo portability support
This commit is contained in:
parent
6d564e0539
commit
7a652b8998
6 changed files with 315 additions and 13 deletions
|
|
@ -136,7 +136,7 @@ export async function createApp(
|
|||
companyDeletionEnabled: opts.companyDeletionEnabled,
|
||||
}),
|
||||
);
|
||||
api.use("/companies", companyRoutes(db));
|
||||
api.use("/companies", companyRoutes(db, opts.storageService));
|
||||
api.use(companySkillRoutes(db));
|
||||
api.use(agentRoutes(db));
|
||||
api.use(assetRoutes(db, opts.storageService));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue