created proxy for parser backend

This commit is contained in:
2025-05-22 23:31:17 +05:00
parent 9faf3f7618
commit 8e4ce66cc4
14 changed files with 146 additions and 15 deletions
+3
View File
@@ -0,0 +1,3 @@
export const PROXY_PATHS = {
saveParserBackend: '/api/proxy/saveParserBackend',
}