Skip to content

Commit

Permalink
removed /
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Jul 28, 2024
1 parent 438a30c commit 7c04e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiktok/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package tiktok
import "fmt"

const (
BASE_URL = "https://open.tiktokapis.com/"
BASE_URL = "https://open.tiktokapis.com"
QUERY_CREATOR_INFO = "/v2/post/publish/creator_info/query"
POST_PUBLISH_VIDEO_INIT = "/v2/post/publish/video/init"
PUBLISH_STATUS_FETCH = "/v2/post/publish/status/fetch/"
Expand Down

0 comments on commit 7c04e83

Please sign in to comment.