mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 14:56:31 +00:00
7b5c36b1c6
/admin rest api implementation and tests * open api doc * Add rest admin test to all tests * Enrich /admin get peers interface, group protocols by peers in response
14 lines
251 B
Nim
14 lines
251 B
Nim
{.used.}
|
|
|
|
import
|
|
./test_rest_debug_serdes,
|
|
./test_rest_debug,
|
|
./test_rest_filter,
|
|
./test_rest_health,
|
|
./test_rest_legacy_filter,
|
|
./test_rest_relay_serdes,
|
|
./test_rest_relay,
|
|
./test_rest_serdes,
|
|
./test_rest_store,
|
|
./test_rest_admin
|