This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
freeCodeCamp
Watch
1
Star
0
Fork
0
You've already forked freeCodeCamp
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
9d3da077a62f53d6671e5792731b3cbd8671d9b4
Branches
Tags
View all branches
freeCodeCamp
/
controllers
/
api.js
3 lines
65 B
JavaScript
Raw
Normal View
History
Unescape
Escape
added routes and controllers (not yet implemented) for contact and api sample browser pages
2013-11-19 14:33:11 -05:00
exports
.
apiBrowser
=
function
(
req
,
res
)
{
Created API and contact page templates
2013-11-19 14:36:10 -05:00
res
.
render
(
'api'
)
;
added routes and controllers (not yet implemented) for contact and api sample browser pages
2013-11-19 14:33:11 -05:00
}
;
Reference in New Issue
Copy Permalink