Added an additional constant for the plugin base url for blueprint plugins
This commit is contained in:
parent
a677ffc90e
commit
9c2b42caa2
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
|||
<script lang="javascript">
|
||||
var BASEURL = "{{ url_for('index') }}";
|
||||
var API_BASEURL = BASEURL + "api/";
|
||||
var PLUGIN_BASEURL = BASEURL + "plugin/";
|
||||
var GCODE_WORKER = "{{ url_for('static', filename='gcodeviewer/js/Worker.js') }}";
|
||||
|
||||
var CONFIG_GCODEFILESPERPAGE = 5000;
|
||||
|
|
|
|||
Loading…
Reference in a new issue