Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 0 additions & 116 deletions apps/web/app/(ee)/api/cron/domains/transfer/route.ts

This file was deleted.

59 changes: 0 additions & 59 deletions apps/web/app/(ee)/api/cron/domains/transfer/utils.ts

This file was deleted.

165 changes: 0 additions & 165 deletions apps/web/app/api/domains/[domain]/transfer/route.ts

This file was deleted.

3 changes: 1 addition & 2 deletions apps/web/app/api/links/[linkId]/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,7 @@ export const PATCH = withWorkspace(
if (updatedLink.projectId !== link?.projectId) {
throw new DubApiError({
code: "forbidden",
message:
"Transferring links to another workspace is only allowed via the /links/[linkId]/transfer endpoint.",
message: "You cannot transfer links to another workspace.",
});
}

Expand Down
Loading