summaryrefslogtreecommitdiff
path: root/src/client/assets/redoc.html
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-03-07 14:40:57 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-03-07 14:40:57 +0900
commit5b965349a5abed481ef0d6649c02184f7b774036 (patch)
tree6ac86b3a634b0e9fab2fb88896f1ce28e3cc68b6 /src/client/assets/redoc.html
parent12.74.0 (diff)
downloadmisskey-5b965349a5abed481ef0d6649c02184f7b774036.tar.gz
misskey-5b965349a5abed481ef0d6649c02184f7b774036.tar.bz2
misskey-5b965349a5abed481ef0d6649c02184f7b774036.zip
fix assets
Fix #7314 Fix #7313
Diffstat (limited to 'src/client/assets/redoc.html')
-rw-r--r--src/client/assets/redoc.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/client/assets/redoc.html b/src/client/assets/redoc.html
deleted file mode 100644
index 4d2360fb20..0000000000
--- a/src/client/assets/redoc.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Misskey API</title>
- <!-- needed for adaptive design -->
- <meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
-
- <!--
- ReDoc doesn't change outer page styles
- -->
- <style>
- body {
- margin: 0;
- padding: 0;
- }
- </style>
- </head>
- <body>
- <redoc spec-url="/api.json" expand-responses="200" expand-single-schema-field="true"></redoc>
- <script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
- </body>
-</html>