Skip to content

Commit e7b67e0

Browse files
authored
Merge pull request #4 from Nexlayer/updated-code
CheckProfile endpoint removed
2 parents 8b53d81 + 6e4c02b commit e7b67e0

2 files changed

Lines changed: 1 addition & 20 deletions

File tree

components/navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ export default function Navbar() {
125125
)}
126126
</nav>
127127
)
128-
}
128+
}

data/openapi.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -116,25 +116,6 @@
116116
}
117117
}
118118
},
119-
"/checkProfile": {
120-
"options": {
121-
"summary": "Check Profile",
122-
"description": "Check user profile and authentication status",
123-
"responses": {
124-
"200": {
125-
"description": "OK",
126-
"content": {
127-
"text/plain": {
128-
"schema": {
129-
"type": "string",
130-
"example": ""
131-
}
132-
}
133-
}
134-
}
135-
}
136-
}
137-
},
138119
"/extendDeployment": {
139120
"post": {
140121
"summary": "Extend Deployment",

0 commit comments

Comments
 (0)