auth gateway rag view

This commit is contained in:
2026-03-09 13:16:57 +01:00
parent 4814f5482c
commit d073d644f3
4 changed files with 7 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
export const BASE_URL = `${import.meta.env.VITE_API_BASE_URL || ""}/api/rag`;
export const AUTH_BASE_URL = `${import.meta.env.VITE_API_BASE_URL || ""}/api/auth`;
export const METHOD_POST_QUERY = "POST";
export const METHOD_GET_QUERY = "GET";
export const METHOD_DELETE_QUERY = "DELETE";