Skip to content

Commit 2245f97

Browse files
committed
fix: auth must for changeOwnership private api
1 parent 0e76890 commit 2245f97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ server.get('/setupStack', getSetupStackSchema(), async function (request, reply)
120120
return await setupStackForStage(request, reply);
121121
});
122122

123-
addUnAuthenticatedAPI('/changeOwnership'); // todo remove
124123
server.get('/changeOwnership', getChangeOwnershipSchema(), function (request, reply) {
125124
return changeOwnership(request, reply);
126125
});

0 commit comments

Comments
 (0)