Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 267470a

Browse files
Antonio Cheongt3chguy
andauthored
Add /ws.obsidian.md WsHandler path (#21)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
1 parent 7a287a2 commit 267470a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/obsidian-sync/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ func main() {
6161

6262
router.GET("/", handlers.WsHandler)
6363
router.GET("/ws", handlers.WsHandler)
64+
router.GET("/ws.obsidian.md", handlers.WsHandler)
6465

6566
endless.ListenAndServe(config.AddressHttp, router)
6667

0 commit comments

Comments
 (0)