add new lesson mode and started code refraction
This commit is contained in:
@@ -11,8 +11,11 @@ const fastify = Fastify({ logger: true });
|
||||
await connectDB();
|
||||
|
||||
const allowedOrigins = [
|
||||
'http://192.168.0.26:5169',
|
||||
'http://192.168.0.26:5173',
|
||||
'http://localhost:5173',
|
||||
'http://localhost',
|
||||
'https://localhost',
|
||||
'capacitor://localhost',
|
||||
'https://10.0.2.2:5173',
|
||||
'https://zenkanji.crylia.de'
|
||||
|
||||
Reference in New Issue
Block a user