67👍
Remove the slash (/
) from the end of the line (after the number 4200), leaving it as:
CORS_ORIGIN_WHITELIST = ( 'http://localhost:4200', )
That should make it work.
Source:stackexchange.com
67👍
Remove the slash (/
) from the end of the line (after the number 4200), leaving it as:
CORS_ORIGIN_WHITELIST = ( 'http://localhost:4200', )
That should make it work.