Skip to content

Commit

Permalink
Merge pull request #2020 from Ansh101112/checks
Browse files Browse the repository at this point in the history
Checks Added
  • Loading branch information
codervivek5 authored Jul 27, 2024
2 parents 2bd29ba + d03f5b0 commit 506bf99
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 178 deletions.
Binary file not shown.
3 changes: 1 addition & 2 deletions backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ app.use("/auth", authRoutes);
app.use("/api", routes);
app.use("/api", passwordResetRoutes);
app.use("/vpi", userRoutes);
app.use("/api", adminRegistrationRoutes);

app.use("/api/v1", adminRegistrationRoutes);

const PORT = process.env.PORT || 3000;
app.listen(PORT, () => {
Expand Down
17 changes: 17 additions & 0 deletions src/Admin/Pages/VigyForm.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.vigy-form .nav-pills .nav-link.active {
background-color: #007bff;
color: #fff;
}

.vigy-form .nav-pills .nav-link {
cursor: pointer;
}

.vigy-form .form-check-label {
display: block;
margin-top: 1rem;
}

.vigy-form .form-check-label input {
margin-right: 0.5rem;
}
Loading

0 comments on commit 506bf99

Please sign in to comment.