mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Handling sessions, json response if not logged in
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
------------------------------------------------------------------------- */
|
||||
console.clear()
|
||||
|
||||
const startHTTPS = true
|
||||
const port = 8080
|
||||
@@ -38,7 +39,6 @@ const loggableKeywords = [
|
||||
]
|
||||
let modules = JSON.parse(utils.ReadFile(modulesFile))
|
||||
|
||||
console.clear()
|
||||
logger.Load()
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user