npm_microservice 1.0.15 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/service.js
CHANGED
|
@@ -2193,7 +2193,7 @@ var require_CourseService2 = __commonJS({
|
|
|
2193
2193
|
var { CONFIG_ROUTER_SERVICE, API_MICROSERVICE_TOKEN } = require_config();
|
|
2194
2194
|
var CourseService = class extends BaseService {
|
|
2195
2195
|
constructor() {
|
|
2196
|
-
super(CONFIG_ROUTER_SERVICE.
|
|
2196
|
+
super(CONFIG_ROUTER_SERVICE.Course.CourseService, {
|
|
2197
2197
|
Authorization: `Bearer ${API_MICROSERVICE_TOKEN}`
|
|
2198
2198
|
});
|
|
2199
2199
|
this.isCache = false;
|
|
@@ -338,7 +338,7 @@ var BaseService = require_BaseService();
|
|
|
338
338
|
var { CONFIG_ROUTER_SERVICE, API_MICROSERVICE_TOKEN } = require_config();
|
|
339
339
|
var CourseService = class extends BaseService {
|
|
340
340
|
constructor() {
|
|
341
|
-
super(CONFIG_ROUTER_SERVICE.
|
|
341
|
+
super(CONFIG_ROUTER_SERVICE.Course.CourseService, {
|
|
342
342
|
Authorization: `Bearer ${API_MICROSERVICE_TOKEN}`
|
|
343
343
|
});
|
|
344
344
|
this.isCache = false;
|