Skip to content

Commit

Permalink
Issue #SB-21519 merge: Merge pull request #29 from JagadishPujari/rel…
Browse files Browse the repository at this point in the history
…ative-path-fix

Issue #SB-21519 fix: Relative path fix
  • Loading branch information
vinukumar-vs authored Jan 13, 2021
2 parents 57dd170 + 0e39eff commit 6a863e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/appRest.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ appBot.post('/refresh', function(req, response) {
if(config.CONFIG_BLOB_PATH) {
var domian = "https://" + config.CONFIG_BLOB_PATH + ".blob.core.windows.net"
var url = domian + '/chatbot/router/config/'
var dest = 'router/config/'
var dest = './config/'

var literalsStr = 'literals.js';
var chatflowStr = 'chatflow.js';
Expand Down

0 comments on commit 6a863e2

Please sign in to comment.