diff --git a/conf/config.json b/conf/config.json index 40791e8..ff3dbf1 100644 --- a/conf/config.json +++ b/conf/config.json @@ -49,6 +49,14 @@ "client_max_size": 10485760, "indexes": ["index.ui", "index.html"], "startswiths": [ + { + "leading": "/idfile", + "registerfunction": "idfile" + }, + { + "leading": "/download", + "registerfunction": "idfile" + }, { "leading": "/i18n_getmsgs", "registerfunction": "i18n" diff --git a/conf/rp.json b/conf/rp.json index 994c15c..72e5086 100644 --- a/conf/rp.json +++ b/conf/rp.json @@ -18,7 +18,11 @@ "/unipay/usermenu.ui", "/univer-office", "/univer-office/**", - "/accounting/api/fetch_forex_rates.dspy" + "/accounting/api/fetch_forex_rates.dspy", + "/idfile", + "/idfile/**", + "/download", + "/download/**" ], "logined": [ "/pipeline-sdlc",