We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b00027 commit 7c085e9Copy full SHA for 7c085e9
app/route.ts
@@ -1,7 +1,7 @@
1
import { NextResponse } from 'next/server';
2
3
export async function GET(request: Request) {
4
- const providerName = process.env.PROVIDER_NAME || 'Agairth';
+ const providerName = process.env.PROVIDER_NAME || 'Aigarth ';
5
const picturePath = process.env.PICTURE_PATH || '/default/path/to/picture.png';
6
const providerDescription = process.env.PROVIDER_DESCRIPTION || 'Default provider description';
7
0 commit comments