Skip to content

Commit

Permalink
#820 - Update API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Aug 7, 2024
1 parent 45f2794 commit 27a4d9b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/constants/Links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ export const DOCS_SUBMODULES = 'https://frontmatter.codes/docs/git-integration#g
export const WEBSITE_LINKS = {
root: 'https://frontmatter.codes',
api: {
baseUrl: 'https://fontmatter-fncs.azurewebsites.net',
baseUrl: 'https://api.frontmatter.codes',
endpoints: {
ai: {
description: '/api/ai/description',
taxonomy: '/api/ai/taxonomy',
title: '/api/ai/title'
description: '/ai/description',
taxonomy: '/ai/taxonomy',
title: '/ai/title'
},
chat: {
init: '/api/ai-init',
message: '/api/ai-chat',
feedback: '/api/ai-feedback'
init: '/ai-init',
message: '/ai-chat',
feedback: '/ai-feedback'
},
backers: '/api/v2/backers'
backers: '/v2/backers'
}
},
docs: {
Expand Down

0 comments on commit 27a4d9b

Please sign in to comment.