Sfoglia il codice sorgente

added default nginx config

Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@motional.com>
Signed-off-by: Andrii Chubatiuk <andrew.chubatiuk@gmail.com>
Andrii Chubatiuk 3 anni fa
parent
commit
c737185eb9
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      ui/src/services/allocation.js

+ 0 - 3
ui/src/services/allocation.js

@@ -1,7 +1,4 @@
 import axios from 'axios';
 import axios from 'axios';
-import { useLocation } from 'react-router';
-
-const env = process.env;
 
 
 class AllocationService {
 class AllocationService {
   BASE_URL = process.env.BASE_URL || 'http://localhost:9090/allocation';
   BASE_URL = process.env.BASE_URL || 'http://localhost:9090/allocation';