Преглед на файлове

Fixed a bad URL in the allocations UI

Neal Ormsbee преди 5 години
родител
ревизия
5e37d2fb37
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ui/src/services/allocation.js

+ 1 - 1
ui/src/services/allocation.js

@@ -1,7 +1,7 @@
 import axios from 'axios';
 
 class AllocationService {
-  BASE_URL = 'http://localhost:9090/model/allocation';
+  BASE_URL = 'http://localhost:9090/allocation';
 
   async fetchAllocation(win, aggregate, options) {
     const { accumulate, filters, } = options;