-
Notifications
You must be signed in to change notification settings - Fork 4
GitHub Agent Playground #291
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
base: main
Are you sure you want to change the base?
Conversation
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) | |||
app.use('/users', routesUsers); |
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.
Why this?
|
||
// Static | ||
app.use(st({ path: './public', url: '/public' })); | ||
|
||
// Add the option to output (sanitized!) markdown |
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.
And this?
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); |
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.
1
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.
3rd review response to comment
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); |
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.
2
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); |
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.
3
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) |
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.
4
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) | |||
app.use('/users', routesUsers); |
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.
5
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) | |||
app.use('/users', routesUsers); | |||
|
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.
6
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) | |||
app.use('/users', routesUsers); | |||
|
|||
// Static |
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.
7
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) | |||
app.use('/users', routesUsers); | |||
|
|||
// Static | |||
app.use(st({ path: './public', url: '/public' })); |
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.
8
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); | |||
app.delete('/chat', routes.chat.delete); | |||
app.use('/users', routesUsers) | |||
app.use('/users', routesUsers); | |||
|
|||
// Static | |||
app.use(st({ path: './public', url: '/public' })); | |||
|
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.
9
|
||
// Static | ||
app.use(st({ path: './public', url: '/public' })); | ||
|
||
// Add the option to output (sanitized!) markdown |
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.
10
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); |
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.
3rd review response to comment
@@ -66,16 +66,14 @@ app.get('/about_new', routes.about_new); | |||
app.get('/chat', routes.chat.get); | |||
app.put('/chat', routes.chat.add); |
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.
3rd review new comment
No description provided.