Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Not sure why this wasn't changed
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Oct 23, 2017
1 parent 1370992 commit e1f5822
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cloud/filestore/src/FileRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import * as fileService from './services/FileService';
*/
export function createRouter(storageEngine: FileStorage) {
const router = Router();

router.route('/:filename').post(function(req, res, next) {
const id = uuid.create().toString();
const fileMeta = {
Expand Down

0 comments on commit e1f5822

Please sign in to comment.