Merge branch 'main' of https://github.com/GamerBoss101/VTHacks-12
This commit is contained in:
@@ -21,7 +21,6 @@ const response = await ollama.chat({
|
||||
"Preheat oven to 350 degrees"
|
||||
]
|
||||
}
|
||||
|
||||
`
|
||||
}],
|
||||
});
|
||||
|
||||
@@ -4,7 +4,7 @@ export default class UsersAPI extends APIRoute {
|
||||
constructor() {
|
||||
super('/users');
|
||||
|
||||
this.addSubRoute('/create', 'post', createUser);
|
||||
this.addSubRoute('/create', 'post', this.createUser);
|
||||
}
|
||||
|
||||
async get(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user