Skip to content

Commit

Permalink
update params
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Jan 12, 2024
1 parent 8c6be35 commit dc97cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ server
.get("^/private-api/referrals/:username$", privateApi.referrals)
.get("^/private-api/referrals/:username/stats$", privateApi.referralsStats)
.get("^/private-api/announcements$", privateApi.getAnnouncement)
.get("^/private-api/chats-pub", privateApi.chatsPub)
.get("^/private-api/chats-pub/:username$", privateApi.chatsPub)

.post("^/private-api/comment-history$", privateApi.commentHistory)
.post("^/private-api/points$", privateApi.points)
Expand Down

0 comments on commit dc97cf7

Please sign in to comment.