Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/sensor #280

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

feat/sensor #280

wants to merge 9 commits into from

Conversation

Chuck-D-Norris
Copy link
Contributor

No description provided.

@Chuck-D-Norris Chuck-D-Norris requested a review from a team as a code owner March 18, 2025 16:56
@github-actions github-actions bot added area/database Categorizes issue or PR as related to database. kind/feature Categorizes issue or PR as related to a new feature. area/routes Categorizes issue or PR as related to routes or router. area/javascript Categorizes issue or PR as related to JavaScript. area/models Categorizes issue or PR as related to models. area/controllers Categorizes issue or PR as related to controllers. labels Mar 18, 2025
@@ -1,9 +1,10 @@
import axios from 'axios';

const axiosClient = axios.create({
baseURL: import.meta.env.VITE_API_URL || 'http://localhost/api',
baseURL: 'http://localhost:8000/api',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💀💀💀💀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controllers Categorizes issue or PR as related to controllers. area/database Categorizes issue or PR as related to database. area/javascript Categorizes issue or PR as related to JavaScript. area/models Categorizes issue or PR as related to models. area/routes Categorizes issue or PR as related to routes or router. kind/feature Categorizes issue or PR as related to a new feature.
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

2 participants