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

Connect TBA #26

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Connect TBA #26

wants to merge 3 commits into from

Conversation

YoniKiriaty
Copy link
Collaborator

@YoniKiriaty YoniKiriaty commented Dec 18, 2024

closes #25

@YoniKiriaty YoniKiriaty added Backend Something that changes a significant part of the backend New Feature New feature or request labels Dec 18, 2024
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

remove this

@@ -99,10 +100,39 @@ app.get("/Matches/:type/:value", async (req, res) => {
}
});


app.get("/TheBlueAlliance-event-leaderboard/:event", async(req, res) =>{
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
app.get("/TheBlueAlliance-event-leaderboard/:event", async(req, res) =>{
app.get("/TBA/:event", async(req, res) =>{


const app = express();
const hostname = "0.0.0.0";
const port = 4590;

const dirName = "/app";
const dirName = "";
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

change this back before merge

Comment on lines +28 to +29
application/ssl.pem
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
application/ssl-key.pem
application/ssl.pem
application/*.pem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Something that changes a significant part of the backend New Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connect TBA
2 participants