quesbook-component
Version:
27 lines (25 loc) • 658 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var API_URL = exports.API_URL = 'https://stg.quesbook.com';
var GQL_URL = exports.GQL_URL = API_URL + '/graphql';
// export const GQL_URL = 'http://localhost:8080/graphql';
var TOKEN_KEY = exports.TOKEN_KEY = 'jwt';
var NAV_ITEM_LIST = exports.NAV_ITEM_LIST = [{
label: 'Getting started',
href: '/start'
}, {
label: 'Study plan',
href: '/studyplan'
}, {
label: 'Practice questions',
href: '/practicequestions'
}, {
label: 'Articles',
href: '/articles'
}, {
label: 'Simulation',
href: '/simulation'
}];
//# sourceMappingURL=const.js.map
;