Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const express = require('express')
const bodyParser = require('body-parser')
const path = require('path')
require('./config/config.js')
require('./config/util.js')
const app = express()
var allowCrossDomain = function (req, res, next) {
var devAllowedOrigins = ['http://localhost:3000', 'https://staging.cribblservices.com']
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion controllers/eventController.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const path = require('path')
const AD_NAME = 'Narayana Shenoy'
const SO_NAME = 'Ashok Rao'

var config = require('../config/config.js')
var config = require('../config/util.js')

function getRoomList (rooms) {
let roomlist = ''
Expand Down