Skip to content

Commit

Permalink
Merge branch 'feature-branch' into DEPLOY-front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
elarsaks committed Jul 30, 2023
2 parents 70e186b + 5472bfa commit 5b2afb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wallet_server/handlers/api_description.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func (h *WalletServerHandler) GetApiDescription(w http.ResponseWriter, r *http.Request) {
description := map[string]string{
"/": "index .",
"/": "index . v2",
"/wallet": "Wallet description...",
"/wallet/balance": "Wallet balance description...",
"/transaction": "Transaction description...",
Expand Down

0 comments on commit 5b2afb7

Please sign in to comment.