Skip to content
Permalink
Browse files
Fix routing error
  • Loading branch information
sarkarj committed Dec 2, 2019
1 parent 4537f70 commit 55fbb478314a11334f7c78f48cd946e850e5efc7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -2,7 +2,7 @@

const Article = require('../modules/article')
const ifs = require('../modules/imagefs')
const Image = require('../modules/Image')
const Image = require('../modules/image')

const categoriesTagGet = async(ctx, dbName) => {
try {
@@ -2,7 +2,7 @@

const Article = require('../modules/article')
const ifs = require('../modules/imagefs')
const Image = require('../modules/Image')
const Image = require('../modules/image')

const uploadPost = async(ctx, dbName) => {
try {

0 comments on commit 55fbb47

Please sign in to comment.