begin working on frontend

This commit is contained in:
StevanFreeborn
2022-06-24 23:23:06 -05:00
parent 775d98497d
commit 5988799ba3
17 changed files with 518 additions and 152 deletions
+3
View File
@@ -0,0 +1,3 @@
const baseUrl = process.env.NODE_ENV == 'development' ?
'' :
'http://criminalmindsapi.azurewebsites.net';