@blaasvaer/frmwrk 0.3.8 → 0.3.9
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/index.js +5 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -135,6 +135,11 @@ console.log("Authorize - check credentials:", credentials);
|
|
|
135
135
|
* @return {function} Server instance
|
|
136
136
|
*/
|
|
137
137
|
if ( config.protocol === 'https' ) {
|
|
138
|
+
/**
|
|
139
|
+
* Set port
|
|
140
|
+
*/
|
|
141
|
+
port = 443;
|
|
142
|
+
|
|
138
143
|
/**
|
|
139
144
|
* SSL Configurations options
|
|
140
145
|
* These paths should be provided in your framework's config object
|