mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-25 04:25:23 -04:00
[PR #116] [CLOSED] API_BASE fix #312
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Mintplex-Labs/vector-admin/pull/116
Author: @kh-ac
Created: 1/11/2024
Status: ❌ Closed
Base:
master← Head:API_BASE-fix📝 Commits (1)
58b97b7API_BASE fix📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
frontend/src/utils/constants.ts(+2 -1)📄 Description
Pull Request Type
Relevant Issues
What is in this change?
API_BASE is set to "http://127.0.0.1:3001/api" instead of "/api" because it caused errors when trying to send requests to the backend. Thus, the frontend will not be working as shown below:

Additional Information
Developer Validations
yarn lintfrom the root of the repo & committed changes🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.