updated ajax port 7001 -> 32378

This commit is contained in:
Solomon Laing 2020-02-06 00:54:10 +10:30
parent afc8780653
commit 7a7b9fbbd0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
let daddy = angular.module("daddy", ["ngRoute", "ngAnimate"])
let server = "https://www.inkletblot.com:7001"
let server = "https://www.inkletblot.com:32378"
daddy.controller("bodyCtrlr", function($scope, stateData){

View File

@ -5,7 +5,7 @@ let app = express()
app.use(express.static('./'))
app.use(cors({
origin: "https://www.inkletblot.com:7001"
origin: "https://www.inkletblot.com:32378"
}))
app.get('/', (req, res) => {