Skip to content

Commit bc35992

Browse files
committed
Make examples local
Make examples local and thread safe for Swift Testing parallel execution
1 parent cbb31ff commit bc35992

22 files changed

+55
-11664
lines changed

Example/Public/swagger/colorize.py

Lines changed: 0 additions & 55 deletions
This file was deleted.
-665 Bytes
Binary file not shown.
-628 Bytes
Binary file not shown.

Example/Public/swagger/index.css

Lines changed: 0 additions & 16 deletions
This file was deleted.

Example/Public/swagger/index.html

Lines changed: 40 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,44 @@
11
<!-- HTML for static distribution bundle build -->
2-
<!DOCTYPE html>
2+
<!doctype html>
33
<html lang="en">
4-
<head>
5-
<meta charset="UTF-8">
6-
<title>Swagger UI</title>
7-
<link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
8-
<link rel="stylesheet" type="text/css" href="./index.css" />
9-
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
10-
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
11-
</head>
4+
<head>
5+
<meta charset="UTF-8" />
6+
<base href="https://github.com/dankinsoid/Resources/blob/main/VaporToOpenAPI/swagger/">
7+
<title>Swagger UI</title>
8+
<link
9+
rel="stylesheet"
10+
type="text/css"
11+
href="./swagger-ui.css"
12+
/>
13+
<link
14+
rel="stylesheet"
15+
type="text/css"
16+
href="./index.css"
17+
/>
18+
<link
19+
rel="icon"
20+
type="image/png"
21+
href="./favicon-32x32.png"
22+
sizes="32x32"
23+
/>
24+
<link
25+
rel="icon"
26+
type="image/png"
27+
href="./favicon-16x16.png"
28+
sizes="16x16"
29+
/>
30+
</head>
1231

13-
<body>
14-
<div id="swagger-ui"></div>
15-
<script src="./swagger-ui-bundle.js" charset="UTF-8"> </script>
16-
<script src="./swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
17-
<script src="./swagger-initializer.js" charset="UTF-8"> </script>
18-
</body>
32+
<body>
33+
<div id="swagger-ui"></div>
34+
<script
35+
src="./swagger-ui-bundle.js"
36+
charset="UTF-8"
37+
></script>
38+
<script
39+
src="./swagger-ui-standalone-preset.js"
40+
charset="UTF-8"
41+
></script>
42+
<script src="./swagger-initializer.js" charset="UTF-8"></script>
43+
</body>
1944
</html>

Example/Public/swagger/oauth2-redirect.html

Lines changed: 0 additions & 79 deletions
This file was deleted.

Example/Public/swagger/swagger-ui-bundle.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

Example/Public/swagger/swagger-ui-bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

Example/Public/swagger/swagger-ui-es-bundle-core.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

Example/Public/swagger/swagger-ui-es-bundle-core.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)