1
0
Fork 0
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:
Henrik Hautakoski 2022-11-23 17:06:58 +01:00
parent 2b0b32b5ab
commit 1fb48800a1
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 23 additions and 3 deletions

View file

@ -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,
}