vmi-virtual-memorial/vmi-wd-frontend / de045ba

Browse files

revert api url

Authored by espadonne
SHA
de045baeb551e87c2e9a9c187152693789c97cd0
Parents
ff336fd
Tree
fc952d7

1 changed file

StatusFile+-
M lib/api.ts 2 0
lib/api.tsmodified
@@ -1,6 +1,8 @@
11
 // API configuration for the VMI Memorial frontend
22
 
33
 const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000';
4
+// const API_BASE_URL = 'https://web-production-6002.up.railway.app';
5
+
46
 
57
 export interface Conflict {
68
   id: number;