Browse Source

Small fix

Fix super small bug: USer became User in swagger docs
pull/206/head
George Daneke 3 years ago
parent
commit
b2580eb239
  1. 2
      packages/nocodb/src/lib/noco/rest/ui/auth/swagger-base.xc.json

2
packages/nocodb/src/lib/noco/rest/ui/auth/swagger-base.xc.json

@ -243,7 +243,7 @@
"tags": [
"Authentication"
],
"summary": "USer details",
"summary": "User details",
"description": "",
"operationId": "userDetails",
"produces": [

Loading…
Cancel
Save