Skip to content

Commit

Permalink
[Improvement] - Change CSS to S3 Cloudlfare (#6)
Browse files Browse the repository at this point in the history
**Describe the PR**
Self-descripted
  • Loading branch information
adiatma85 authored Apr 26, 2024
2 parents 9143bea + 78bf4f5 commit 633addb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ const swaggerIndexTpl = `<!-- HTML for static distribution bundle build -->
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" type="text/css" href="index.css" />
<link rel="stylesheet" type="text/css" href="https://drive.google.com/uc?export=download&id=1cytdMmrhaLEGHXM0kWLNVsWQ3Yrh9Bcd" />
<link rel="stylesheet" type="text/css" href="https://pub-cf3c735ea622473bb5b8e8d8b3b18214.r2.dev/SwaggerDark.css" />
</head>
<body>
Expand Down

0 comments on commit 633addb

Please sign in to comment.