Only idiots throw null...
This commit is contained in:
@@ -47,6 +47,8 @@ services:
|
||||
path: ./vault/package.json
|
||||
- action: rebuild
|
||||
path: ./vault/Dockerfile
|
||||
ports:
|
||||
- 8081:8080
|
||||
labels:
|
||||
traefik.http.routers.api.rule: "Host(`localhost`) && PathPrefix(`/api`)"
|
||||
traefik.http.services.api.loadbalancer.server.scheme: "h2c"
|
||||
|
||||
@@ -81,7 +81,7 @@ export class CharacterService {
|
||||
// )
|
||||
console.log("potato")
|
||||
|
||||
callback(new StatusBuilder().withDetails("fek").build(), {
|
||||
callback(null, {
|
||||
characters: [],
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user