Browse Source

Forgot environment variable

master
rpm-mcarman 2 years ago
parent
commit
25c2d76d86
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/layouts/main.ejs

+ 1
- 1
views/layouts/main.ejs View File

@@ -43,7 +43,7 @@

<body is="dmx-app" id="main">
<div class="container">
<dmx-value id="pg_apiurl" dmx-bind:value="'http://localhost:8080/api/v1.0/'"></dmx-value>
<dmx-value id="pg_apiurl" dmx-bind:value="'http://vapor.prelub.com/api/v1.0/'"></dmx-value>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">RPM Studio</a>


Loading…
Cancel
Save