Skip to content

Commit

Permalink
Update API version selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed May 24, 2024
1 parent d618b4c commit f0aecca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/resources/rapidoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
>
<div style="padding: 0.7rem 1rem;">
<select class="selector" onchange="switchVersion(this)"">
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-latest.yaml" selected>v1.3.0 (latest)</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-latest.yaml" selected>v1.4.0 (latest)</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-v1.3.0.yaml">v1.3.0</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-v1.2.0.yaml">v1.2.0</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-v1.1.0.yaml">v1.1.0</option>
<option value="https://raw.githubusercontent.com/Bubka/2FAuth-API/main/2fauth-api-v1.0.0.yaml">v1.0.0</option>
Expand Down

0 comments on commit f0aecca

Please sign in to comment.