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.22 .0/swagger-ui.min.css " integrity ="sha512-wWpxfn2bFvPwxuqDyiJbVB0WR3ffSqJNMMryNP07frPJ1h5Xg9HIDMV1wRr1rpxT5E+KTxDrKTuWfGb1RcV8SA== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
6
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.24 .0/swagger-ui.min.css " integrity ="sha512-wWpxfn2bFvPwxuqDyiJbVB0WR3ffSqJNMMryNP07frPJ1h5Xg9HIDMV1wRr1rpxT5E+KTxDrKTuWfGb1RcV8SA== " 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.22 .0/swagger-ui-bundle.min.js " integrity ="sha512-LpV9tqn3O0pW+svVUH/YkFMd522Yp4YFrjwg3/Kc/w5a5Ahfch79wI0/FLOkVs/z7aHoLBztOZKNIJvCewOzAw == " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
31
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.22 .0/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.24 .0/swagger-ui-bundle.min.js " integrity ="sha512-nEy/zRjIvuFMSr5ljsQUaUW4l7DoSHz8+SRybclmCjCh3MeF9UaooWYdr/SqjGCiyi4RIvBvn9DxCCV0ZDhiNA == " crossorigin ="anonymous " referrerpolicy ="no-referrer "> </ script >
31
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/5.24 .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