Posts by Lucas Souza • 9 points
3 posts
-
-1
votes1
answer86
viewsQ: Inserting elements at specific array positions
Good night, I’m trying to interface a room system using React, 8 people can enter each room. I return the users contained in the API room, but I also wanted to indicate the empty spaces of the room,…
-
0
votes0
answers754
viewsQ: Sequelize Timezone postgresql
I’m performing a sequel, but when I return the information that was recorded, returns with 3 hours above the postgres. json Insomnia: Given in postgres: I tried to change Timezone in sequelize, but…
-
0
votes1
answer985
viewsQ: Is it correct to use redirect route on the Laravel to make the change in the page’s Russian language?
In case when logging in with Return view, it loads the home view above the /login url: public function logon(Request $request){ $dados = $request->all(); $usuario = Usuario::where('email',…