mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
API: basic asset info
Added repository support for asset API calls Added /utils/seed for returning server-generated 32-byte seed
This commit is contained in:
12
pom.xml
12
pom.xml
@@ -71,6 +71,18 @@
|
||||
<token>https://petstore.swagger.io/v2/swagger.json</token>
|
||||
<value>/openapi.json</value>
|
||||
</replacement>
|
||||
<replacement>
|
||||
<token>Swagger UI</token>
|
||||
<value>API Documentation</value>
|
||||
</replacement>
|
||||
<replacement>
|
||||
<token>deepLinking: true,</token>
|
||||
<value>
|
||||
deepLinking: true,
|
||||
tagsSorter: "alpha",
|
||||
operationsSorter: "alpha",
|
||||
</value>
|
||||
</replacement>
|
||||
</replacements>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
Reference in New Issue
Block a user