-
Couldn't load subscription status.
- Fork 0
Open
Description
Lines 26 to 32 in ac5c79f
| app.Use(cors.New(cors.Config{ | |
| AllowOrigins: "http://localhost:3000", // Allowed origin | |
| AllowMethods: "GET,POST,PUT,PATCH,DELETE,OPTIONS", // Allow all necessary HTTP methods | |
| AllowHeaders: "Origin, Content-Type, Accept, Authorization", // Include Authorization and other headers | |
| AllowCredentials: true, // Allow credentials to be included | |
| })) | |
Metadata
Metadata
Assignees
Labels
No labels