Skip to content

Commit

Permalink
Remove old tsoa references
Browse files Browse the repository at this point in the history
  • Loading branch information
WoozChucky committed Jun 15, 2024
1 parent c40ed52 commit 0509d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/http/controllers/block-controller.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import { NextFunction, Request, Response } from 'express';
import { Get, Route, Tags, Post, Body, Path } from 'tsoa';

import { BlockchainManager } from '../../blockchain/blockchain-manager';
import { P2PServer } from '../../p2p/p2p-server';
import { Block } from '../../model/block';

/**
* Gets the entire chain
Expand Down

0 comments on commit 0509d22

Please sign in to comment.