Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sahil Sagar
Farmers Cooperative
Commits
0a91ef49
Commit
0a91ef49
authored
Jul 21, 2019
by
varsha
Browse files
Update index.js
parent
4141a95d
Changes
1
Hide whitespace changes
Inline
Side-by-side
routes/index.js
View file @
0a91ef49
...
...
@@ -23,6 +23,9 @@ router.get('/customer_login', function (req, res, next) {
router
.
get
(
'
/customer_registration
'
,
function
(
req
,
res
,
next
)
{
res
.
render
(
"
customer_registration
"
);
});
router
.
get
(
'
/policy
'
,
function
(
req
,
res
,
next
)
{
res
.
render
(
"
policy
"
);
});
router
.
post
(
'
/farmer_registration_form
'
,
function
(
req
,
res
,
next
)
{
var
fname
=
req
.
body
.
fullname
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment