mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Delete unused GET /me endpoint (no-changelog) (#5498)
This commit is contained in:
committed by
GitHub
parent
d143f3f2ec
commit
12104bc4a3
@@ -28,7 +28,6 @@ export const LOGGED_OUT_RESPONSE_BODY = {
|
||||
* Routes requiring a valid `n8n-auth` cookie for a user, either owner or member.
|
||||
*/
|
||||
export const ROUTES_REQUIRING_AUTHENTICATION: Readonly<string[]> = [
|
||||
'GET /me',
|
||||
'PATCH /me',
|
||||
'PATCH /me/password',
|
||||
'POST /me/survey',
|
||||
|
||||
Reference in New Issue
Block a user