Skip to content

Commit e29f8f0

Browse files
authored
chore(nx-dev): add todo comment for moving endpoint to nx api (#30286)
1 parent f3d2761 commit e29f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-dev/nx-dev/pages/api/query-ai-embeddings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ChatItem, CustomError } from '@nx/nx-dev/util-ai';
55
export const config = {
66
runtime: 'edge',
77
};
8-
8+
// TODO: move this endpoint to the nx api. nx.dev shouldn't be for external consumption.
99
export default async function handler(request: NextRequest) {
1010
const country = request.geo.country;
1111
const restrictedCountries: string[] = [

0 commit comments

Comments
 (0)