Skip to content

Commit

Permalink
fix: Round integration
Browse files Browse the repository at this point in the history
  • Loading branch information
deanpress committed Jan 27, 2020
1 parent 078e064 commit ac0467b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/entities/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from "./Statistic";
export * from "./Round";
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createServer, mountServer } from "@arkecosystem/core-http-utils";
import { notFound } from "@hapi/boom";
import { Statistic } from "./entities";
import { Statistic, Round } from "./entities";

export const startServer = async config => {
const server = await createServer({
Expand Down

0 comments on commit ac0467b

Please sign in to comment.