This commit is contained in:
Daniele Teti 2020-07-13 17:06:05 +02:00
commit ba9e74492b
12 changed files with 66 additions and 147 deletions

View File

@ -69,7 +69,7 @@ type
// [MVCSwagIgnorePath] { Ignore all methods of controller }
[MVCPath('/people')]
[MVCSwagAuthentication(atBasic)]
[MVCSwagAuthentication(atJsonWebToken)]
TMyController2 = class(TMVCController)
public
[MVCPath('')]

View File

@ -41,6 +41,7 @@
const ui = SwaggerUIBundle({
url: "/api/swagger.json",
dom_id: '#swagger-ui',
validatorUrl : null,
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -41,6 +41,7 @@
const ui = SwaggerUIBundle({
url: "/api/swagger.json", /*dmvcframework default*/
dom_id: '#swagger-ui',
validatorUrl : null,
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,

View File

@ -1,5 +1,6 @@
<!doctype html>
<html lang="en-US">
<title>Swagger UI: OAuth2 Redirect</title>
<body onload="run()">
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long