Browse Source

Setting HOST

main
Levi Olson 3 years ago
parent
commit
7420d75137
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      unpacked/panel/assets/javascripts/panel.js

+ 1
- 1
unpacked/panel/assets/javascripts/panel.js View File

@ -32,7 +32,7 @@ BNPChrome.controller("PanelController", function PanelController($scope, toolbar
const LOCALSTORAGE = window.localStorage;
const MAXBODYSIZE = 20000;
const HOST = "http://localhost:3000" // "https://leviolson.com"
const HOST = "https://leviolson.com" // "http://localhost:3000"
const CHANGELOG = {
"What's New": {
"v1.0.0:": {

Loading…
Cancel
Save