File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/TodoApp/wwwroot/swagger-ui Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > API Documentation - TodoApp</ title >
6
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.26.2 /swagger-ui.min.css " integrity ="sha512-FCw+cnh2A20omSXcIdoLnqQrVbcPiyAPEjKlSZdj6uIR++Xx0VIduMmFZhzYm/gf7bqmZ7dzP3+WVn2Gfr5TjQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
6
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.27.0 /swagger-ui.min.css " integrity ="sha512-FCw+cnh2A20omSXcIdoLnqQrVbcPiyAPEjKlSZdj6uIR++Xx0VIduMmFZhzYm/gf7bqmZ7dzP3+WVn2Gfr5TjQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
7
7
< link rel ="icon " type ="image/png " href ="./favicon-32x32.png " sizes ="32x32 " />
8
8
< link rel ="icon " type ="image/png " href ="./favicon-16x16.png " sizes ="16x16 " />
9
9
< style >
27
27
</ head >
28
28
< body >
29
29
< div id ="swagger-ui "> </ div >
30
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.26.2 /swagger-ui-bundle.min.js " integrity ="sha512-5wwTumuGSEhs2cxv8qTPioOYR5ApZvDzEi8iEJ7ENTOzQ9/qLYh9tWKkMFlrYLpEcnHK+TkqvOLJxKSDGOWrfQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
31
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.26.2 /swagger-ui-standalone-preset.min.js " integrity ="sha512-yJlD9FXQ7YaxAKXhviHSt/0KqWDCkLFdCnk0Ti23HXDMEQtHLAAWMHZ+POglC1mx/MOUB//h8kci3U1JYrywpQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
30
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.27.0 /swagger-ui-bundle.min.js " integrity ="sha512-5wwTumuGSEhs2cxv8qTPioOYR5ApZvDzEi8iEJ7ENTOzQ9/qLYh9tWKkMFlrYLpEcnHK+TkqvOLJxKSDGOWrfQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
31
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.27.0 /swagger-ui-standalone-preset.min.js " integrity ="sha512-yJlD9FXQ7YaxAKXhviHSt/0KqWDCkLFdCnk0Ti23HXDMEQtHLAAWMHZ+POglC1mx/MOUB//h8kci3U1JYrywpQ== " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
32
32
< script >
33
33
window . onload = function ( ) {
34
34
window . ui = SwaggerUIBundle ( {
You can’t perform that action at this time.
0 commit comments