Skip to content

Commit

Permalink
Updated webpack to use wevotedeveloper.com SSL if configured
Browse files Browse the repository at this point in the history
Works on Safari and Firefox for webapp, but not on Chrome.
Works on Chrome for local Python API server.
  • Loading branch information
SailingSteve committed Feb 20, 2024
1 parent 437c5ce commit cd24729
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions serverWevotedeveloper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
/* eslint-disable */

// start the express server

// invoke:
// node serverWevotedeveloper.js

const express = require("express");
const app = express();
const fs = require("fs");
Expand Down

0 comments on commit cd24729

Please sign in to comment.