OperationXen / cyberpunkCTF

A CTF framework built on python using django, graphql and react
GNU General Public License v3.0
1 stars 0 forks source link

Move web front end into django project #14

Closed OperationXen closed 5 years ago

OperationXen commented 5 years ago

Hosting both from the same port should solve all CORS issues

OperationXen commented 5 years ago

Alternative solution suggested, proxy requests to django back end using config change - much better solution.