debugging and add image uploader to guild good

This commit is contained in:
2026-04-18 12:14:19 +03:30
parent ca494ee82a
commit 1a3a450960
16 changed files with 214 additions and 144 deletions
-2
View File
@@ -14,8 +14,6 @@ export class PosController {
const result = await this.service.getInfo(pos_id)
if (result) {
console.log('first')
// @ts-ignore
res.cookie('posId', pos_id, {
httpOnly: false,