Unverified Commit 3c18f02d authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #1709 from colbygk/hotfix/langauges_fix

[Develop] Languages.json fix
parents fb28558c b62e29f7
var async = require('async');
var defaults = require('lodash.defaults');
var fastlyConfig = require('./lib/fastly-config-methods');
const languages = require('./languages.json');
const languages = require('../languages.json');
var route_json = require('../src/routes.json');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment