[backend][nodejs] Add decision maker with hardcoded decisions A,B,C
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const http = require('http');
|
||||
|
||||
const randomDecision = require("./random-decision")
|
||||
const port = 3000;
|
||||
|
||||
const server = http.createServer((request, response) => {
|
||||
|
||||
Reference in New Issue
Block a user