mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: rss support (#343)
* feat: rss support * chore: go mod tidy * chore: change route group prefix * Update server/server.go Co-authored-by: boojack <stevenlgtm@gmail.com> * Update server/rss.go Co-authored-by: boojack <stevenlgtm@gmail.com> Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
@@ -20,6 +20,10 @@ export default defineConfig({
|
||||
target: "http://localhost:8080/",
|
||||
changeOrigin: true,
|
||||
},
|
||||
"^/u/\\d*/rss.xml": {
|
||||
target: "http://localhost:8080/",
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user