Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix segment redirect and refactored segment.html #317

Merged
merged 4 commits into from
Apr 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix model redirect
  • Loading branch information
mgautam98 committed Apr 4, 2020
commit 44ccd435bbd0e2502368dc271e1bfdd2206cd70e
4 changes: 2 additions & 2 deletions apps/model/model.js
Original file line number Diff line number Diff line change
@@ -38,8 +38,8 @@ let $CAMIC = null;
const $UI = {};
const $D = {
pages: {
home: '',
table: '',
home: '../table.html',
table: '../table.html',
},
params: null,
};