-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Connect TBA #26
Conversation
There was a problem hiding this comment.
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) =>{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 = ""; |
There was a problem hiding this comment.
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
application/ssl.pem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
application/ssl-key.pem | |
application/ssl.pem | |
application/*.pem |
closes #25