Skip to content

Commit

Permalink
Merge e0268ec into 3db91af
Browse files Browse the repository at this point in the history
  • Loading branch information
radmen committed Jan 15, 2018
2 parents 3db91af + e0268ec commit 44ab8d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion instructions.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const path = require('path')
module.exports = async function (cli) {
try {
await cli.copy(
path.join(__dirname, './examples/config.js'),
path.join(__dirname, './config/bodyParser.js'),
path.join(cli.helpers.configPath(), 'bodyParser.js')
)
cli.command.completed('create', 'config/bodyParser.js')
Expand Down
2 changes: 1 addition & 1 deletion src/BodyParser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const parse = require('co-body')
const debug = require('debug')('adonis:bodyparser')
const Multipart = require('../Multipart')
const FormFields = require('../FormFields')
const defaultConfig = require('../../examples/config.js')
const defaultConfig = require('../../config/bodyParser.js')

/**
* @module Adonis
Expand Down

0 comments on commit 44ab8d8

Please sign in to comment.