mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-29 21:18:12 +02:00
internal/server/parse_request.go: Add AtomicAsset in factories with "atomic" as key.
This commit is contained in:
parent
2b0b32b5ab
commit
1fb48800a1
2 changed files with 23 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ func ParseRequest(request string) (api.ApiInterface, error) {
|
|||
"v1": api.EosioV1Factory,
|
||||
"v2": api.EosioV2Factory,
|
||||
"contract": api.AtomicAssetFactory,
|
||||
"atomic": api.AtomicAssetFactory,
|
||||
"debug": api.DebugApiFactory,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue