revert api url
- SHA
de045baeb551e87c2e9a9c187152693789c97cd0- Parents
-
ff336fd - Tree
fc952d7
de045ba
de045baeb551e87c2e9a9c187152693789c97cd0ff336fd
fc952d7| Status | File | + | - |
|---|---|---|---|
| M |
lib/api.ts
|
2 | 0 |
lib/api.tsmodified@@ -1,6 +1,8 @@ | |||
| 1 | // API configuration for the VMI Memorial frontend | 1 | // API configuration for the VMI Memorial frontend |
| 2 | 2 | ||
| 3 | const API_BASE_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000'; | 3 | 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 | + | ||
| 4 | 6 | ||
| 5 | export interface Conflict { | 7 | export interface Conflict { |
| 6 | id: number; | 8 | id: number; |