Skip to content

Commit

Permalink
Rename fileUpload.js to fileHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nonumpa committed Dec 3, 2019
1 parent 5f5666a commit 4fc4da3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
uploadImageFile,
saveImageFile,
processImage,
} from './fileUpload';
} from './handlers/fileHandler';
import ga from './ga';

const app = new Koa();
Expand Down

0 comments on commit 4fc4da3

Please sign in to comment.