Skip to content

Commit

Permalink
fixed messaging service
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Campbell authored and Cameron Campbell committed Aug 25, 2024
1 parent 4385413 commit 0447207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/cloud/messaging/messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import type { ApiMethod } from "../../apiGroup"


// [ Variables ] /////////////////////////////////////////////////////////////////
const addApiMethod = createApiGroup({ name: "Messaging", baseUrl: "https://apis.roblox.com/cloud" })
const addApiMethod = createApiGroup({ name: "Messaging", baseUrl: "https://apis.roblox.com/messaging-service" })
//////////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit 0447207

Please sign in to comment.