This website requires JavaScript.
Explore
Help
Sign In
tudor.stanciu
/
reverse-proxy-frontend
mirror of
https://dev.azure.com/tstanciu94/ReverseProxy/_git/ReverseProxy_Frontend
Watch
1
Star
0
Fork
You've already forked reverse-proxy-frontend
0
Code
Issues
3
Packages
Projects
Releases
Wiki
Activity
0611020027
reverse-proxy-frontend
/
src
/
redux
/
reducers
/
initialState.js
7 lines
88 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial commit
2020-04-14 10:53:19 +03:00
export
default
{
system data
2020-05-06 16:12:11 +03:00
system
:
{
}
,
initial commit
2020-04-14 10:53:19 +03:00
courses
:
[
]
,
authors
:
[
]
,
apiCallsInProgress
:
0
}
;