getting textures urls from pusher

This commit is contained in:
Hanusiak Piotr
2022-02-22 14:32:47 +01:00
committed by David Négrier
parent 2161a40e05
commit 80761804a7
6 changed files with 112 additions and 437 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ export class WokaListController extends BaseHttpController {
routes() {
// eslint-disable-next-line @typescript-eslint/no-misused-promises
this.app.get("/woka-list", { middlewares: [hasToken] }, async (req, res) => {
this.app.get("/woka-list", {}, async (req, res) => {
const token = req.header("Authorization");
const wokaList = await this.wokaService.getWokaList(token);