Skip to content

Commit 2d192a2

Browse files
authored
Update Swagger refs (#1654)
1 parent 12b847e commit 2d192a2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

server/src/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,19 @@ <h1>Welcome to Indexify Server</h1>
9595
</svg>
9696
Launch UI
9797
</a>
98-
<a href="/docs/swagger/#/" class="button">
98+
<a href="/docs/public/swagger/#/" class="button">
9999
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
100100
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
101101
</svg>
102-
Swagger API
102+
Swagger API (Public)
103+
</a>
104+
<a href="/docs/internal/swagger/#/" class="button">
105+
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
106+
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
107+
</svg>
108+
Swagger API (Internal)
103109
</a>
104110
</div>
105111
</div>
106112
</body>
107-
</html>
113+
</html>

0 commit comments

Comments
 (0)