mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
Merge branch 'master' of https://github.com/danieleteti/delphimvcframework
This commit is contained in:
commit
ba9e74492b
@ -69,7 +69,7 @@ type
|
||||
|
||||
// [MVCSwagIgnorePath] { Ignore all methods of controller }
|
||||
[MVCPath('/people')]
|
||||
[MVCSwagAuthentication(atBasic)]
|
||||
[MVCSwagAuthentication(atJsonWebToken)]
|
||||
TMyController2 = class(TMVCController)
|
||||
public
|
||||
[MVCPath('')]
|
||||
|
@ -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
@ -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,
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user