Skip to content

Commit

Permalink
Remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Apr 25, 2023
1 parent 5beb3a7 commit e9d749b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 156 deletions.
1 change: 0 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
<script src="scripts/controllers/delegate_type.js"></script>
<script src="scripts/controllers/event.js"></script>
<script src="scripts/controllers/export.js"></script>
<script src="scripts/controllers/import.js"></script>
<script src="scripts/controllers/package_options.js"></script>
<script src="scripts/controllers/people.js"></script>
<script src="scripts/controllers/person.js"></script>
Expand Down
8 changes: 0 additions & 8 deletions app/scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,6 @@ angular
requireLoggedIn: true
}
})
.state('main.event.import', {
url: '/import',
templateUrl: 'views/import.html',
controller: 'ImportCtrl',
data: {
requireLoggedIn: true
}
})
.state('main.event.export', {
url: '/export',
templateUrl: 'views/export.html',
Expand Down
74 changes: 0 additions & 74 deletions app/scripts/controllers/import.js

This file was deleted.

4 changes: 0 additions & 4 deletions app/scripts/services/Accreditation.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
distributed: {
method: 'PUT',
url: REST_BASE_URL + '/accreditation/events/:eventId/accreditations/:id/distributed',
},
import: {
method: 'POST',
url: REST_BASE_URL + '/accreditation/events/:eventId/accreditations/import',
}
});

Expand Down
69 changes: 0 additions & 69 deletions app/views/import.html

This file was deleted.

0 comments on commit e9d749b

Please sign in to comment.