Skip to content

Commit

Permalink
dictionary bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zengjiwen committed Sep 4, 2022
1 parent e1615c1 commit f2a6963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/dictionary.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var pro = Component.prototype;
pro.name = '__dictionary__';

pro.start = function(cb) {
var servers = this.app.get('servers');
var servers = this.app.serverTypeMaps;
var routes = [];

//Load all the handler files
Expand Down

0 comments on commit f2a6963

Please sign in to comment.