mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-08-30 21:28:13 +02:00
Rename project from eosio-api-healthcheck to antelope-api-healthcheck
This commit is contained in:
parent
e0a7a10662
commit
61cb49f8be
20 changed files with 115 additions and 115 deletions
|
|
@ -6,8 +6,8 @@ import (
|
|||
|
||||
func Make(name string, args ApiArguments) (ApiInterface, error) {
|
||||
factories := map[string]Factory{
|
||||
"v1": EosioV1Factory,
|
||||
"v2": EosioV2Factory,
|
||||
"v1": AntelopeV1Factory,
|
||||
"v2": AntelopeV2Factory,
|
||||
"atomic": AtomicAssetFactory,
|
||||
"debug": DebugApiFactory,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue