kopia lustrzana https://github.com/bugout-dev/moonstream
add nft service to index
rodzic
9c20d45845
commit
fa68d7406e
|
@ -9,6 +9,7 @@ import * as InvitesService from "./invites.service";
|
||||||
import * as SubscriptionsService from "./subscriptions.service";
|
import * as SubscriptionsService from "./subscriptions.service";
|
||||||
import * as StreamService from "./stream.service";
|
import * as StreamService from "./stream.service";
|
||||||
import * as TxInfoService from "./txinfo.service";
|
import * as TxInfoService from "./txinfo.service";
|
||||||
|
import * as NFTService from "./nft.service";
|
||||||
export {
|
export {
|
||||||
AuthService,
|
AuthService,
|
||||||
JournalService,
|
JournalService,
|
||||||
|
@ -21,4 +22,5 @@ export {
|
||||||
SubscriptionsService,
|
SubscriptionsService,
|
||||||
StreamService,
|
StreamService,
|
||||||
TxInfoService,
|
TxInfoService,
|
||||||
|
NFTService,
|
||||||
};
|
};
|
||||||
|
|
Ładowanie…
Reference in New Issue