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

Commit

Permalink
fix typo with config file ref
Browse files Browse the repository at this point in the history
  • Loading branch information
bostaunieux committed May 16, 2020
1 parent 9e670df commit 263ac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const snakeCase = require('lodash/snakeCase');
const mqtt = require('mqtt');

const Api = require('./api');
const appConfig = require('./config.json');
const appConfig = require('/config/config.json');

const client = mqtt.connect(process.env.MQTT_HOST, {
username: process.env.MQTT_USER,
Expand Down

0 comments on commit 263ac87

Please sign in to comment.