mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
feat: continue session handle in frontend
This commit is contained in:
@@ -30,7 +30,7 @@ exports.store = async (req, res) => {
|
||||
session: dbSession,
|
||||
});
|
||||
|
||||
return res.status(200).json({ message: "Session created sucessfully." });
|
||||
return res.status(200).json(dbSession);
|
||||
};
|
||||
|
||||
exports.show = async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user