added comments

This commit is contained in:
Altair-sh
2026-09-04 19:36:12 +02:00
parent 95880ca080
commit 0ecac6533c
17 changed files with 68 additions and 29 deletions
+2
View File
@@ -1,3 +1,5 @@
// Directories in src/api/proxy/ are routes.
// Their paths are stored here to simplify refactoring.
export const PROXY_PATHS = {
saveParserBackend: '/api/proxy/saveParserBackend',
}