Skip to content

Commit 55e32a5

Browse files
committed
fixed file old name reference
1 parent 69d3f7b commit 55e32a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,5 @@ Generator.prototype.packageFiles = function () {
261261

262262
Generator.prototype.serverFiles = function () {
263263
this.template('../../templates/express/server.js', 'server.js');
264-
this.template('../../templates/express/server/routes/index.js', 'server/routes/index.js');
264+
this.template('../../templates/express/lib/api/index.js', 'lib/api/index.js');
265265
};

0 commit comments

Comments
 (0)