WWU-Cyber-Warfare-Game / cyber-wargame

A wargame where two teams face off against each other and try to infiltrate their networks. Created for our senior project at Western Washington University.
0 stars 1 forks source link

Move Data Fetching from Next to Strapi #109

Open aidandh opened 4 months ago

aidandh commented 4 months ago

Instead of handling data fetching and permissions in Next, move it to Strapi. This will remove a step in data fetching. You can create a custom controller to handle what data is sent to which user.