Skip to content

Commit

Permalink
use old url
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler committed Aug 21, 2020
1 parent cfb5a33 commit d7840be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/omnichannel/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ registerOmnichannelRoute('/facebook', {
lazyRouteComponent: () => import('./facebook/FacebookPage'),
});

registerOmnichannelRoute('/current-chats', {
registerOmnichannelRoute('/current', {
name: 'omnichannel-current-chats',
lazyRouteComponent: () => import('./currentChats/CurrentChatsRoute'),
});

0 comments on commit d7840be

Please sign in to comment.