imwithye commited on
Commit
73c1ae2
·
1 Parent(s): c3f369a
Files changed (1) hide show
  1. src/middleware.ts +1 -1
src/middleware.ts CHANGED
@@ -1,6 +1,6 @@
1
  import { NextResponse } from 'next/server';
2
 
3
- const API_BASE_URL = process.env.API_BASE_URL || 'http://localhost:8000';
4
 
5
  export const config = {
6
  matcher: '/api/solve',
 
1
  import { NextResponse } from 'next/server';
2
 
3
+ const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:8000';
4
 
5
  export const config = {
6
  matcher: '/api/solve',