mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
R4R: update swagger to testnet 4000 (#369)
* feat: update swagger to testnet 4000 * feat: update server to public https address * fix: use correct method for post price * feat: move to separate testnet repo
This commit is contained in:
parent
e229872ec6
commit
32f6b60c6b
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 665 B |
Before Width: | Height: | Size: 628 B After Width: | Height: | Size: 628 B |
@ -39,7 +39,7 @@
|
|||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
// Begin Swagger UI call region
|
// Begin Swagger UI call region
|
||||||
const ui = SwaggerUIBundle({
|
const ui = SwaggerUIBundle({
|
||||||
url: "./swagger.yaml",
|
url: "./swagger-testnet-4000.yaml",
|
||||||
dom_id: '#swagger-ui',
|
dom_id: '#swagger-ui',
|
||||||
deepLinking: true,
|
deepLinking: true,
|
||||||
presets: [
|
presets: [
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user