Skip to content

Commit

Permalink
remove unneccesary default connect prefix config
Browse files Browse the repository at this point in the history
  • Loading branch information
haijian-vaadin committed Aug 3, 2020
1 parent f9f2677 commit f3bae48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {ConnectClient} from '@vaadin/flow-frontend/Connect';
const client = new ConnectClient({prefix: '{{PREFIX}}'});
const client = new ConnectClient();
export default client;
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import {ConnectClient} from '@vaadin/flow-frontend/Connect';
const client = new ConnectClient({prefix: 'connect'});
const client = new ConnectClient();
export default client;

0 comments on commit f3bae48

Please sign in to comment.