change ports
This commit is contained in:
@@ -5,7 +5,7 @@ import { format } from 'date-fns'
|
||||
import LazyMedia from './LazyMedia'
|
||||
import MediaGrid from './MediaGrid'
|
||||
|
||||
const API_BASE = import.meta.env.VITE_API_URL || 'http://localhost:8081/api'
|
||||
const API_BASE = import.meta.env.VITE_API_URL || 'http://localhost:8085/api'
|
||||
|
||||
function MessageThread({ conversation, startDate, endDate }) {
|
||||
const location = useLocation()
|
||||
|
||||
Reference in New Issue
Block a user