Skip to content

Commit

Permalink
fix(): fixed base URL for the api
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrosimoes committed Jan 17, 2024
1 parent 874032e commit 62fb073
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"typescript.tsdk": "./node_modules/typescript/lib",
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# moises-node

Non-official [Moises AI](https://developer.moises.ai/) API wrapper package with Typescript support
Non-official [Music AI](https://music.ai/docs/getting-started/introduction/) (Before called Moises AI) API wrapper package with Typescript support

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3e0b2e2d5b9d4157a26d7faebe3f5a6f)](https://app.codacy.com/gh/leandrosimoes/moises/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![npm version](https://badge.fury.io/js/moises-node.svg)](https://badge.fury.io/js/moises-node)
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const MOISES_API_BASE_URL = 'https://developer-api.moises.ai'
export const MOISES_API_BASE_URL = 'https://api.music.ai'

0 comments on commit 62fb073

Please sign in to comment.